Merge Request: 骑手短信查询增加时间后缀 Created By: @万新亮 Accepted By: @万新亮 URL: https://chuanghaikeji.coding.net/p/moxuanyunshangwaimai/d/backend/git/merge/78?initial=true
@@ -28,7 +28,7 @@
and issl.send_time >= #{query.startTime}
</if>
<if test="query.endTime != null">
- and issl.send_time <![CDATA[<=]]> #{query.endTime}
+ and issl.send_time <![CDATA[<=]]> concat(#{query.endTime},' 23:59:59')
</where>
order by issl.send_time desc