|
|
@ -794,15 +794,12 @@ |
|
|
|
#{item} |
|
|
|
#{item} |
|
|
|
</foreach> |
|
|
|
</foreach> |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
|
|
|
|
|
|
|
|
<if test="warehouseIdList != null and @org.apache.commons.collections4.CollectionUtils@isNotEmpty(warehouseIdList)"> |
|
|
|
<if test="warehouseIdList != null and @org.apache.commons.collections4.CollectionUtils@isNotEmpty(warehouseIdList)"> |
|
|
|
and lddl.warehouse_id in |
|
|
|
and lddl.warehouse_id in |
|
|
|
<foreach collection="warehouseIdList" item="item" open="(" close=")" separator=","> |
|
|
|
<foreach collection="warehouseIdList" item="item" open="(" close=")" separator=","> |
|
|
|
#{item} |
|
|
|
#{item} |
|
|
|
</foreach> |
|
|
|
</foreach> |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<if test="param.createTime_query!=null and param.createTime_query!=''"> |
|
|
|
<if test="param.createTime_query!=null and param.createTime_query!=''"> |
|
|
|
and date_format(lddl.create_time,'%y%m%d%') = date_format(#{param.createTime_query},'%y%m%d%') |
|
|
|
and date_format(lddl.create_time,'%y%m%d%') = date_format(#{param.createTime_query},'%y%m%d%') |
|
|
|
</if> |
|
|
|
</if> |
|
|
|