|
|
@ -1260,10 +1260,6 @@ |
|
|
|
and ldsa.order_status in ('70','80') |
|
|
|
and ldsa.order_status in ('70','80') |
|
|
|
|
|
|
|
|
|
|
|
<if test="collect != null and @org.apache.commons.collections4.CollectionUtils@isNotEmpty(collect)"> |
|
|
|
<if test="collect != null and @org.apache.commons.collections4.CollectionUtils@isNotEmpty(collect)"> |
|
|
|
<!-- and ldsa.warehouse_id in--> |
|
|
|
|
|
|
|
<!-- <foreach collection="collect" item="item" open="(" close=")" separator=",">--> |
|
|
|
|
|
|
|
<!-- #{item}--> |
|
|
|
|
|
|
|
<!-- </foreach>--> |
|
|
|
|
|
|
|
and ldl.warehouse_id in |
|
|
|
and ldl.warehouse_id in |
|
|
|
<foreach collection="collect" item="item" open="(" close=")" separator=","> |
|
|
|
<foreach collection="collect" item="item" open="(" close=")" separator=","> |
|
|
|
#{item} |
|
|
|
#{item} |
|
|
|