Browse Source

自提库存品PDA备货页面备货数量

pull/7/head
汤建军 10 months ago
parent
commit
3896e6563c
  1. 2
      blade-service/logpm-distribution/src/main/java/com/logpm/distribution/mapper/DistributionStockupMapper.xml

2
blade-service/logpm-distribution/src/main/java/com/logpm/distribution/mapper/DistributionStockupMapper.xml

@ -589,7 +589,7 @@
(
select COUNT(id)
from logpm_dis_stock_list_detail
where reservation_id = lddd.bill_lading_id and stock_package_code is NOT null
where reservation_id = lddd.bill_lading_id and stock_package_code is NOT null AND stock_list_id = lddd.stock_list_id
) realNum,
lddd.id deliveryDetailsId
from logpm_distribution_delivery_details lddd

Loading…
Cancel
Save