Browse Source

自提签收调整

pull/7/head
汤建军 10 months ago
parent
commit
4f1951efc2
  1. 5
      blade-service/logpm-distribution/src/main/java/com/logpm/distribution/mapper/DistributionDeliveryDetailsMapper.xml

5
blade-service/logpm-distribution/src/main/java/com/logpm/distribution/mapper/DistributionDeliveryDetailsMapper.xml

@ -76,11 +76,12 @@
</select> </select>
<select id="listCode" resultType="com.logpm.distribution.vo.app.DistrilbutionBillLadingInventoryAppVO"> <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 from logpm_distribution_delivery_details lddd
<!-- LEFT-->
<!-- JOIN logpm_distribution_stock lds on lddd.stock_list_id = lds.stock_list_id--> <!-- JOIN logpm_distribution_stock lds on lddd.stock_list_id = lds.stock_list_id-->
where where
lddd.is_deleted = 0 lddd.is_deleted = 0
and lds.bill_lading_id = #{billLadingId} and lddd.bill_lading_id = #{billLadingId}
<!-- and lds.coding = #{coding}--> <!-- and lds.coding = #{coding}-->
<!-- 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--> <!-- from logpm_distribution_delivery_details lddd-->

Loading…
Cancel
Save