|
|
|
@ -725,12 +725,10 @@
|
|
|
|
|
<where> |
|
|
|
|
lddl.is_deleted =0 |
|
|
|
|
<if test=" param.type != null and param.type != ''">and lddl.type = #{param.type}</if> |
|
|
|
|
<if test="array != null and @org.apache.commons.collections4.CollectionUtils@isNotEmpty(array)"> |
|
|
|
|
and lddl.id in |
|
|
|
|
<foreach collection="array" item="item" open="(" close=")" separator=","> |
|
|
|
|
#{item} |
|
|
|
|
</foreach> |
|
|
|
|
</if> |
|
|
|
|
<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%') |
|
|
|
|
</if> |
|
|
|
|