Commit 93067add by fudahua

待办-今日待办

parent 245fe542
......@@ -266,10 +266,10 @@
and clerk_id = #{clerkId}
</if>
<if test="startDate != null">
and create_time >= #{startDate}
and create_time <![CDATA[ >= ]]> #{startDate}
</if>
<if test="endDate != null">
and create_time<= #{endDate}
and create_time <![CDATA[ <= ]]> #{endDate}
</if>
order by create_time desc limit 20
</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