|
@@ -64,6 +64,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="revision != null "> and revision = #{revision}</if>
|
|
|
<if test="timeBegin != null and timeBegin != ''"> and remark >= #{timeBegin}</if>
|
|
|
<if test="timeEnd != null and timeEnd != ''"> and remark <= #{timeEnd}</if>
|
|
|
+ <if test="remark != null and remark != ''"> and remark = #{remark}</if>
|
|
|
</where>
|
|
|
and del_flag = 0 order by id desc
|
|
|
</select>
|