|
|
|
@ -587,7 +587,7 @@ FROM
|
|
|
|
|
LEFT JOIN logpm_distribution_reservation_package AS ldrp ON lds.reservation_id = ldrp.reservation_id |
|
|
|
|
LEFT JOIN logpm_warehouse_tray_goods AS lwtg ON lwtg.association_id = ldrp.parce_list_id AND lwtg.association_type = 3 |
|
|
|
|
WHERE |
|
|
|
|
lds.delivery_id = #{deliveryListId} |
|
|
|
|
lds.delivery_id = #{deliveryListId} and ldr.id is not null |
|
|
|
|
GROUP BY ldr.id,lds.loaded_number,lds.loadedin_number,lds.received_quantity,lds.receivedin_quantity,ldsk.stockup_area,ldrs.reservation_num |
|
|
|
|
</select> |
|
|
|
|
<select id="selectDistributionAppDeliveryInventoryPage" |
|
|
|
|