|
|
|
@ -1177,25 +1177,6 @@
|
|
|
|
|
</foreach> |
|
|
|
|
</if> |
|
|
|
|
group by lww.id |
|
|
|
|
<if test="param.warehouseIds != null and param.warehouseIds.size() > 0"> |
|
|
|
|
HAVING |
|
|
|
|
<foreach collection="param.warehouseIds" item="item" index="index" open="(" close=")"> |
|
|
|
|
<if test="index == 0"> |
|
|
|
|
GROUP_CONCAT(DISTINCT ltwt.warehouse_id) like CONCAT('%',#{item},'%') |
|
|
|
|
</if> |
|
|
|
|
<if test="index != 0"> |
|
|
|
|
or GROUP_CONCAT(DISTINCT ltwt.warehouse_id) like CONCAT('%',#{item},'%') |
|
|
|
|
</if> |
|
|
|
|
</foreach> |
|
|
|
|
or group_concat(lww.departure_warehouse_id) in |
|
|
|
|
<foreach collection="param.warehouseIds" item="item" open="(" separator="," close=")"> |
|
|
|
|
#{item} |
|
|
|
|
</foreach> |
|
|
|
|
or group_concat(lww.destination_warehouse_id) in |
|
|
|
|
<foreach collection="param.warehouseIds" item="item" open="(" separator="," close=")"> |
|
|
|
|
#{item} |
|
|
|
|
</foreach> |
|
|
|
|
</if> |
|
|
|
|
order by lww.create_time desc |
|
|
|
|
</select> |
|
|
|
|
|
|
|
|
|