|
|
@ -775,7 +775,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
<select id="selectStockupClientInfoSelf" resultType="com.logpm.distribution.vo.DistributionStockupListVO"> |
|
|
|
<select id="selectStockupClientInfoSelf" resultType="com.logpm.distribution.vo.DistributionStockupListVO"> |
|
|
|
SELECT DISTINCT |
|
|
|
SELECT DISTINCT |
|
|
|
ldbs.bill_lading_id reservationId, |
|
|
|
ldsi.reservation_id reservationId, |
|
|
|
GROUP_CONCAT( DISTINCT ldsa.mall_name SEPARATOR ',' ) customer, |
|
|
|
GROUP_CONCAT( DISTINCT ldsa.mall_name SEPARATOR ',' ) customer, |
|
|
|
( SELECT count( id ) FROM logpm_distrilbution_bill_stock WHERE bill_lading_id = ldsi.reservation_id AND order_status IN ( 1, 3 ) ) orderNum, |
|
|
|
( SELECT count( id ) FROM logpm_distrilbution_bill_stock WHERE bill_lading_id = ldsi.reservation_id AND order_status IN ( 1, 3 ) ) orderNum, |
|
|
|
( |
|
|
|
( |
|
|
|