大屏接口编写

duhanyu
dongdingding 1 year ago
parent cd9020ef81
commit f9327e8cc0

@ -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>

Loading…
Cancel
Save