Commit cd73ee4f authored by libin's avatar libin

companybase

parent b442f72d
......@@ -17,7 +17,7 @@
<select id="selectVoAll" resultType="com.xxfc.platform.vehicle.pojo.BranchCompanyStockApplyInfoVo">
select a.*, b.company_name
from branch_company_stock_apply_info a
left join branch_company_stock_info b on a.company_id = b.id
left join `company_base` b on a.company_id = b.id
order by a.create_time desc
</select>
</mapper>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment