|
|
|
@ -94,6 +94,7 @@
|
|
|
|
|
lww.customer_train customerTrain, |
|
|
|
|
lww.shipper shipper, |
|
|
|
|
lww.total_count totalCount, |
|
|
|
|
lww.total_count-lww.billlading_num planNum, |
|
|
|
|
lww.total_weight totalWeight, |
|
|
|
|
lww.total_volume totalVolume, |
|
|
|
|
lww.total_freight totalFreight, |
|
|
|
@ -105,7 +106,7 @@
|
|
|
|
|
lww.destination_warehouse_name destinationWarehouseName, |
|
|
|
|
lww.remark remark |
|
|
|
|
from logpm_warehouse_waybill lww |
|
|
|
|
where lww.stock_count != total_count |
|
|
|
|
where lww.billlading_num != lww.total_count |
|
|
|
|
and lww.departure_warehouse_id = #{param.warehouseId} |
|
|
|
|
<if test="param.waybillNos != null and @org.apache.commons.collections4.CollectionUtils@isNotEmpty(param.waybillNos)"> |
|
|
|
|
and lww.waybill_no not in |
|
|
|
|