|
|
@ -80,8 +80,8 @@ |
|
|
|
|
|
|
|
<select id="selectByVinSid" resultType="com.yxt.anrui.buscenter.api.bussalesorderreturnveh.ReturnPushVo"> |
|
|
|
SELECT ba.billNo,bo.materialCode |
|
|
|
FROM base_vehicle_out bo |
|
|
|
left join base_vehicle_out_apply ba on ba.sid = bo.mainSid |
|
|
|
FROM anrui_base.base_vehicle_out bo |
|
|
|
left join anrui_base.base_vehicle_out_apply ba on ba.sid = bo.mainSid |
|
|
|
where bo.materialTypeKey = '001' and bo.isDelete = 0 and bo.vinSid = #{vehSid} |
|
|
|
</select> |
|
|
|
</mapper> |