|
|
@ -43,7 +43,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
<if test="remark != null and remark != ''">and remark = #{remark}</if>
|
|
|
|
<if test="remark != null and remark != ''">and remark = #{remark}</if>
|
|
|
|
<if test="count1 != null ">and count1 = #{count1}</if>
|
|
|
|
<if test="count1 != null ">and count1 = #{count1}</if>
|
|
|
|
<if test="count2 != null ">and count2 = #{count2}</if>
|
|
|
|
<if test="count2 != null ">and count2 = #{count2}</if>
|
|
|
|
<if test="dateTime != null ">and dateTime like concat('%', #{dateTime}, '%')</if>
|
|
|
|
<if test="dateTime != null ">and date_time like concat('%', #{dateTime}, '%')</if>
|
|
|
|
</where>
|
|
|
|
</where>
|
|
|
|
order by date_time asc
|
|
|
|
order by date_time asc
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|