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