修改bug

master
wangwei 2 years ago
parent b9f5c4b93d
commit 821ffc247c

@ -39,6 +39,9 @@
<if test="lastUpdateTime!=null and lastUpdateTime!=''">
<![CDATA[ and DATE_FORMAT(updateTime, '%Y-%m-%d %H:%i:%S')>= DATE_FORMAT(#{lastUpdateTime}, '%Y-%m-%d %H:%i:%S') ]]>
</if>
<if test="name != '' and name != null">
AND name = #{name}
</if>
</where>
order by updateTime desc

Loading…
Cancel
Save