|
|
|
@ -62,10 +62,9 @@
|
|
|
|
|
|
|
|
|
|
<select id="findUnloadTrayGoodsList" resultType="com.logpm.trunkline.entity.TrunklineCarsLoadScanEntity"> |
|
|
|
|
select ltcls.* |
|
|
|
|
from logpm_trunkline_cars_order ltco |
|
|
|
|
left join logpm_trunkline_cars_load_scan ltcls on ltcls.order_code = ltco.order_code and ltcls.load_id = ltco.load_id |
|
|
|
|
where ltco.load_id = #{loadId} |
|
|
|
|
and ltco.final_node_id = #{warehouseId} |
|
|
|
|
from logpm_trunkline_cars_load_scan ltcls |
|
|
|
|
where ltcls.load_id = #{loadId} |
|
|
|
|
and ltcls.final_node_id = #{warehouseId} |
|
|
|
|
and ltcls.tray_code = #{trayCode} |
|
|
|
|
and ltcls.scan_status = '1' |
|
|
|
|
</select> |
|
|
|
|