|
|
|
@ -28,17 +28,29 @@
|
|
|
|
|
left join logpm_warehouse_warehouse waw on waw.id = lww.destination_warehouse_id |
|
|
|
|
where lww.document_making_time > '2024-10-22 00:00:00' |
|
|
|
|
and lww.departure_warehouse_id != 1847456188105195522 |
|
|
|
|
<if test="param.businessLine != null and param.businessLine != '' "> |
|
|
|
|
and waw.business_line like concat('%',#{param.businessLine},'%') |
|
|
|
|
<if test="param.businessLines != null and param.businessLines.size() > 0 "> |
|
|
|
|
and waw.business_line in |
|
|
|
|
<foreach collection="param.businessLines" item="item" open="(" separator="," close=")"> |
|
|
|
|
#{item} |
|
|
|
|
</foreach> |
|
|
|
|
</if> |
|
|
|
|
<if test="param.departureWarehouseName != null and param.departureWarehouseName != '' "> |
|
|
|
|
and lww.departure_warehouse_name like concat('%',#{param.departureWarehouseName},'%') |
|
|
|
|
</if> |
|
|
|
|
<if test="param.destinationWarehouseName != null and param.destinationWarehouseName != '' "> |
|
|
|
|
and lww.destination_warehouse_name like concat('%',#{param.destinationWarehouseName},'%') |
|
|
|
|
</if> |
|
|
|
|
<if test="param.brand != null and param.brand != '' "> |
|
|
|
|
and lww.brand like concat('%',#{param.brand},'%') |
|
|
|
|
<if test="param.departureWarehouseIds != null and param.departureWarehouseIds.size() > 0 "> |
|
|
|
|
and lww.departure_warehouse_id in |
|
|
|
|
<foreach collection="param.destinationWarehouseIds" item="item" open="(" separator="," close=")"> |
|
|
|
|
#{item} |
|
|
|
|
</foreach> |
|
|
|
|
</if> |
|
|
|
|
<if test="param.destinationWarehouseIds != null and param.destinationWarehouseIds.size() > 0 "> |
|
|
|
|
and lww.destination_warehouse_id in |
|
|
|
|
<foreach collection="param.destinationWarehouseIds" item="item" open="(" separator="," close=")"> |
|
|
|
|
#{item} |
|
|
|
|
</foreach> |
|
|
|
|
</if> |
|
|
|
|
<if test="param.brands != null and param.brands.size() > 0 "> |
|
|
|
|
and lww.brand in |
|
|
|
|
<foreach collection="param.brands" item="item" open="(" separator="," close=")"> |
|
|
|
|
#{item} |
|
|
|
|
</foreach> |
|
|
|
|
</if> |
|
|
|
|
<if test="param.startTime != null "> |
|
|
|
|
and lww.document_making_time >= #{param.startTime} |
|
|
|
@ -70,17 +82,29 @@
|
|
|
|
|
left join logpm_distribution_parcel_number ldpn on ldpn.parcel_list_id = ldpl.id |
|
|
|
|
where lww.document_making_time > '2024-10-22 00:00:00' |
|
|
|
|
and lww.departure_warehouse_id != 1847456188105195522 |
|
|
|
|
<if test="param.businessLine != null and param.businessLine != '' "> |
|
|
|
|
and waw.business_line like concat('%',#{param.businessLine},'%') |
|
|
|
|
</if> |
|
|
|
|
<if test="param.departureWarehouseName != null and param.departureWarehouseName != '' "> |
|
|
|
|
and lww.departure_warehouse_name like concat('%',#{param.departureWarehouseName},'%') |
|
|
|
|
</if> |
|
|
|
|
<if test="param.destinationWarehouseName != null and param.destinationWarehouseName != '' "> |
|
|
|
|
and lww.destination_warehouse_name like concat('%',#{param.destinationWarehouseName},'%') |
|
|
|
|
</if> |
|
|
|
|
<if test="param.brand != null and param.brand != '' "> |
|
|
|
|
and lww.brand like concat('%',#{param.brand},'%') |
|
|
|
|
<if test="param.businessLines != null and param.businessLines.size() > 0 "> |
|
|
|
|
and waw.business_line in |
|
|
|
|
<foreach collection="param.businessLines" item="item" open="(" separator="," close=")"> |
|
|
|
|
#{item} |
|
|
|
|
</foreach> |
|
|
|
|
</if> |
|
|
|
|
<if test="param.departureWarehouseIds != null and param.departureWarehouseIds.size() > 0 "> |
|
|
|
|
and lww.departure_warehouse_id in |
|
|
|
|
<foreach collection="param.destinationWarehouseIds" item="item" open="(" separator="," close=")"> |
|
|
|
|
#{item} |
|
|
|
|
</foreach> |
|
|
|
|
</if> |
|
|
|
|
<if test="param.destinationWarehouseIds != null and param.destinationWarehouseIds.size() > 0 "> |
|
|
|
|
and lww.destination_warehouse_id in |
|
|
|
|
<foreach collection="param.destinationWarehouseIds" item="item" open="(" separator="," close=")"> |
|
|
|
|
#{item} |
|
|
|
|
</foreach> |
|
|
|
|
</if> |
|
|
|
|
<if test="param.brands != null and param.brands.size() > 0 "> |
|
|
|
|
and lww.brand in |
|
|
|
|
<foreach collection="param.brands" item="item" open="(" separator="," close=")"> |
|
|
|
|
#{item} |
|
|
|
|
</foreach> |
|
|
|
|
</if> |
|
|
|
|
<if test="param.startTime != null "> |
|
|
|
|
and lww.document_making_time >= #{param.startTime} |
|
|
|
@ -120,17 +144,29 @@
|
|
|
|
|
left join logpm_warehouse_warehouse waw on waw.id = lww.destination_warehouse_id |
|
|
|
|
where lww.document_making_time > '2024-10-22 00:00:00' |
|
|
|
|
and lww.departure_warehouse_id != 1847456188105195522 |
|
|
|
|
<if test="param.businessLine != null and param.businessLine != '' "> |
|
|
|
|
and waw.business_line like concat('%',#{param.businessLine},'%') |
|
|
|
|
</if> |
|
|
|
|
<if test="param.departureWarehouseName != null and param.departureWarehouseName != '' "> |
|
|
|
|
and lww.departure_warehouse_name like concat('%',#{param.departureWarehouseName},'%') |
|
|
|
|
</if> |
|
|
|
|
<if test="param.destinationWarehouseName != null and param.destinationWarehouseName != '' "> |
|
|
|
|
and lww.destination_warehouse_name like concat('%',#{param.destinationWarehouseName},'%') |
|
|
|
|
</if> |
|
|
|
|
<if test="param.brand != null and param.brand != '' "> |
|
|
|
|
and lww.brand like concat('%',#{param.brand},'%') |
|
|
|
|
<if test="param.businessLines != null and param.businessLines.size() > 0 "> |
|
|
|
|
and waw.business_line in |
|
|
|
|
<foreach collection="param.businessLines" item="item" open="(" separator="," close=")"> |
|
|
|
|
#{item} |
|
|
|
|
</foreach> |
|
|
|
|
</if> |
|
|
|
|
<if test="param.departureWarehouseIds != null and param.departureWarehouseIds.size() > 0 "> |
|
|
|
|
and lww.departure_warehouse_id in |
|
|
|
|
<foreach collection="param.destinationWarehouseIds" item="item" open="(" separator="," close=")"> |
|
|
|
|
#{item} |
|
|
|
|
</foreach> |
|
|
|
|
</if> |
|
|
|
|
<if test="param.destinationWarehouseIds != null and param.destinationWarehouseIds.size() > 0 "> |
|
|
|
|
and lww.destination_warehouse_id in |
|
|
|
|
<foreach collection="param.destinationWarehouseIds" item="item" open="(" separator="," close=")"> |
|
|
|
|
#{item} |
|
|
|
|
</foreach> |
|
|
|
|
</if> |
|
|
|
|
<if test="param.brands != null and param.brands.size() > 0 "> |
|
|
|
|
and lww.brand in |
|
|
|
|
<foreach collection="param.brands" item="item" open="(" separator="," close=")"> |
|
|
|
|
#{item} |
|
|
|
|
</foreach> |
|
|
|
|
</if> |
|
|
|
|
<if test="param.startTime != null "> |
|
|
|
|
and lww.document_making_time >= #{param.startTime} |
|
|
|
@ -170,20 +206,32 @@
|
|
|
|
|
left join logpm_warehouse_warehouse waw on waw.id = lww.destination_warehouse_id |
|
|
|
|
where lww.document_making_time > '2024-10-22 00:00:00' |
|
|
|
|
and lww.departure_warehouse_id != 1847456188105195522 |
|
|
|
|
<if test="param.businessLine != null and param.businessLine != '' "> |
|
|
|
|
and waw.business_line like concat('%',#{param.businessLine},'%') |
|
|
|
|
</if> |
|
|
|
|
<if test="param.departureWarehouseName != null and param.departureWarehouseName != '' "> |
|
|
|
|
and lww.departure_warehouse_name like concat('%',#{param.departureWarehouseName},'%') |
|
|
|
|
</if> |
|
|
|
|
<if test="param.destinationWarehouseName != null and param.destinationWarehouseName != '' "> |
|
|
|
|
and lww.destination_warehouse_name like concat('%',#{param.destinationWarehouseName},'%') |
|
|
|
|
<if test="param.businessLines != null and param.businessLines.size() > 0 "> |
|
|
|
|
and waw.business_line in |
|
|
|
|
<foreach collection="param.businessLines" item="item" open="(" separator="," close=")"> |
|
|
|
|
#{item} |
|
|
|
|
</foreach> |
|
|
|
|
</if> |
|
|
|
|
<if test="param.departureWarehouseIds != null and param.departureWarehouseIds.size() > 0 "> |
|
|
|
|
and lww.departure_warehouse_id in |
|
|
|
|
<foreach collection="param.destinationWarehouseIds" item="item" open="(" separator="," close=")"> |
|
|
|
|
#{item} |
|
|
|
|
</foreach> |
|
|
|
|
</if> |
|
|
|
|
<if test="param.destinationWarehouseIds != null and param.destinationWarehouseIds.size() > 0 "> |
|
|
|
|
and lww.destination_warehouse_id in |
|
|
|
|
<foreach collection="param.destinationWarehouseIds" item="item" open="(" separator="," close=")"> |
|
|
|
|
#{item} |
|
|
|
|
</foreach> |
|
|
|
|
</if> |
|
|
|
|
<if test="param.consignee != null and param.consignee != '' "> |
|
|
|
|
and lww.consignee like concat('%',#{param.consignee},'%') |
|
|
|
|
</if> |
|
|
|
|
<if test="param.brand != null and param.brand != '' "> |
|
|
|
|
and lww.brand like concat('%',#{param.brand},'%') |
|
|
|
|
<if test="param.brands != null and param.brands.size() > 0 "> |
|
|
|
|
and lww.brand in |
|
|
|
|
<foreach collection="param.brands" item="item" open="(" separator="," close=")"> |
|
|
|
|
#{item} |
|
|
|
|
</foreach> |
|
|
|
|
</if> |
|
|
|
|
<if test="param.startTime != null "> |
|
|
|
|
and lww.document_making_time >= #{param.startTime} |
|
|
|
@ -216,20 +264,32 @@
|
|
|
|
|
left join logpm_distribution_parcel_number ldpn on ldpn.parcel_list_id = ldpl.id |
|
|
|
|
where lww.document_making_time > '2024-10-22 00:00:00' |
|
|
|
|
and lww.departure_warehouse_id != 1847456188105195522 |
|
|
|
|
<if test="param.businessLine != null and param.businessLine != '' "> |
|
|
|
|
and waw.business_line like concat('%',#{param.businessLine},'%') |
|
|
|
|
</if> |
|
|
|
|
<if test="param.departureWarehouseName != null and param.departureWarehouseName != '' "> |
|
|
|
|
and lww.departure_warehouse_name like concat('%',#{param.departureWarehouseName},'%') |
|
|
|
|
</if> |
|
|
|
|
<if test="param.destinationWarehouseName != null and param.destinationWarehouseName != '' "> |
|
|
|
|
and lww.destination_warehouse_name like concat('%',#{param.destinationWarehouseName},'%') |
|
|
|
|
<if test="param.businessLines != null and param.businessLines.size() > 0 "> |
|
|
|
|
and waw.business_line in |
|
|
|
|
<foreach collection="param.businessLines" item="item" open="(" separator="," close=")"> |
|
|
|
|
#{item} |
|
|
|
|
</foreach> |
|
|
|
|
</if> |
|
|
|
|
<if test="param.departureWarehouseIds != null and param.departureWarehouseIds.size() > 0 "> |
|
|
|
|
and lww.departure_warehouse_id in |
|
|
|
|
<foreach collection="param.destinationWarehouseIds" item="item" open="(" separator="," close=")"> |
|
|
|
|
#{item} |
|
|
|
|
</foreach> |
|
|
|
|
</if> |
|
|
|
|
<if test="param.destinationWarehouseIds != null and param.destinationWarehouseIds.size() > 0 "> |
|
|
|
|
and lww.destination_warehouse_id in |
|
|
|
|
<foreach collection="param.destinationWarehouseIds" item="item" open="(" separator="," close=")"> |
|
|
|
|
#{item} |
|
|
|
|
</foreach> |
|
|
|
|
</if> |
|
|
|
|
<if test="param.consignee != null and param.consignee != '' "> |
|
|
|
|
and lww.consignee like concat('%',#{param.consignee},'%') |
|
|
|
|
</if> |
|
|
|
|
<if test="param.brand != null and param.brand != '' "> |
|
|
|
|
and lww.brand like concat('%',#{param.brand},'%') |
|
|
|
|
<if test="param.brands != null and param.brands.size() > 0 "> |
|
|
|
|
and lww.brand in |
|
|
|
|
<foreach collection="param.brands" item="item" open="(" separator="," close=")"> |
|
|
|
|
#{item} |
|
|
|
|
</foreach> |
|
|
|
|
</if> |
|
|
|
|
<if test="param.startTime != null "> |
|
|
|
|
and lww.document_making_time >= #{param.startTime} |
|
|
|
@ -269,20 +329,32 @@
|
|
|
|
|
left join logpm_warehouse_warehouse waw on waw.id = lww.destination_warehouse_id |
|
|
|
|
where lww.document_making_time > '2024-10-22 00:00:00' |
|
|
|
|
and lww.departure_warehouse_id != 1847456188105195522 |
|
|
|
|
<if test="param.businessLine != null and param.businessLine != '' "> |
|
|
|
|
and waw.business_line like concat('%',#{param.businessLine},'%') |
|
|
|
|
</if> |
|
|
|
|
<if test="param.departureWarehouseName != null and param.departureWarehouseName != '' "> |
|
|
|
|
and lww.departure_warehouse_name like concat('%',#{param.departureWarehouseName},'%') |
|
|
|
|
</if> |
|
|
|
|
<if test="param.destinationWarehouseName != null and param.destinationWarehouseName != '' "> |
|
|
|
|
and lww.destination_warehouse_name like concat('%',#{param.destinationWarehouseName},'%') |
|
|
|
|
<if test="param.businessLines != null and param.businessLines.size() > 0 "> |
|
|
|
|
and waw.business_line in |
|
|
|
|
<foreach collection="param.businessLines" item="item" open="(" separator="," close=")"> |
|
|
|
|
#{item} |
|
|
|
|
</foreach> |
|
|
|
|
</if> |
|
|
|
|
<if test="param.departureWarehouseIds != null and param.departureWarehouseIds.size() > 0 "> |
|
|
|
|
and lww.departure_warehouse_id in |
|
|
|
|
<foreach collection="param.destinationWarehouseIds" item="item" open="(" separator="," close=")"> |
|
|
|
|
#{item} |
|
|
|
|
</foreach> |
|
|
|
|
</if> |
|
|
|
|
<if test="param.destinationWarehouseIds != null and param.destinationWarehouseIds.size() > 0 "> |
|
|
|
|
and lww.destination_warehouse_id in |
|
|
|
|
<foreach collection="param.destinationWarehouseIds" item="item" open="(" separator="," close=")"> |
|
|
|
|
#{item} |
|
|
|
|
</foreach> |
|
|
|
|
</if> |
|
|
|
|
<if test="param.consignee != null and param.consignee != '' "> |
|
|
|
|
and lww.consignee like concat('%',#{param.consignee},'%') |
|
|
|
|
</if> |
|
|
|
|
<if test="param.brand != null and param.brand != '' "> |
|
|
|
|
and lww.brand like concat('%',#{param.brand},'%') |
|
|
|
|
<if test="param.brands != null and param.brands.size() > 0 "> |
|
|
|
|
and lww.brand in |
|
|
|
|
<foreach collection="param.brands" item="item" open="(" separator="," close=")"> |
|
|
|
|
#{item} |
|
|
|
|
</foreach> |
|
|
|
|
</if> |
|
|
|
|
<if test="param.startTime != null "> |
|
|
|
|
and lww.document_making_time >= #{param.startTime} |
|
|
|
|