@ -35,6 +36,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<iftest="updateBy != null and updateBy != ''"> and update_by = #{updateBy}</if>
<iftest="params.beginUpdateTime != null and params.beginUpdateTime != '' and params.endUpdateTime != null and params.endUpdateTime != ''"> and update_time between #{params.beginUpdateTime} and #{params.endUpdateTime}</if>
<iftest="remark != null and remark != ''"> and remark = #{remark}</if>
<iftest="fileUrl != null and fileUrl != ''"> and file_url = #{fileUrl}</if>
</where>
order by create_time desc
</select>
@ -57,6 +59,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"