Commit 1b011c57 authored by lcl's avatar lcl

u

parent f245b16f
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
<include refid="selectBusinessBacklogVo"/> <include refid="selectBusinessBacklogVo"/>
where business_id = #{businessId} where business_id = #{businessId}
<if test="state != null "> and state = #{state} </if> <if test="state != null "> and state = #{state} </if>
<if test="startTime != null "> and due_time &gt;= #{startTime} </if> <if test="startTime != null "> and(due_time &gt;= #{startTime} or due_time is null) </if>
<if test="endTime != null "> and due_time &lt;= #{endTime} </if> <if test="endTime != null "> and due_time &lt;= #{endTime} </if>
ORDER BY create_time DESC ORDER BY create_time DESC
</select> </select>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment