Commit ba7ed88b by guojuxing

创建udesk客户

parent 053f2ebe
...@@ -171,7 +171,7 @@ ...@@ -171,7 +171,7 @@
and create_time >= #{startTime} and create_time >= #{startTime}
</if> </if>
<if test="endTime != null and endTime != '' "> <if test="endTime != null and endTime != '' ">
and create_time &lt;&gt; #{endTime} and create_time &lt;= #{endTime}
</if> </if>
order by create_time desc order by create_time desc
......
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