|
|
|
@ -75,13 +75,16 @@
|
|
|
|
|
where lddd.bill_lading_id = #{id} and lddd.is_deleted = 0 |
|
|
|
|
</select> |
|
|
|
|
<select id="listCode" resultType="com.logpm.distribution.vo.app.DistrilbutionBillLadingInventoryAppVO"> |
|
|
|
|
select lddd.quantity,lddd.stock_list_id stockListId,lddd.id ldddId |
|
|
|
|
select |
|
|
|
|
lddd.quantity, |
|
|
|
|
lddd.stock_list_id stockListId, |
|
|
|
|
lddd.id ldddId |
|
|
|
|
from logpm_distribution_delivery_details lddd |
|
|
|
|
<!-- LEFT--> |
|
|
|
|
<!-- JOIN logpm_distribution_stock lds on lddd.stock_list_id = lds.stock_list_id--> |
|
|
|
|
where |
|
|
|
|
lddd.is_deleted = 0 |
|
|
|
|
and lddd.bill_lading_id = #{billLadingId} |
|
|
|
|
<!-- LEFT--> |
|
|
|
|
<!-- JOIN logpm_distribution_stock lds on lddd.stock_list_id = lds.stock_list_id--> |
|
|
|
|
<!-- and lds.coding = #{coding}--> |
|
|
|
|
<!-- select lddd.quantity,lddd.stock_list_id stockListId,lddd.id ldddId--> |
|
|
|
|
<!-- from logpm_distribution_delivery_details lddd--> |
|
|
|
|