소스 검색

骑手短信查询增加时间后缀

wanxl 1 년 전
부모
커밋
ef4e9798f0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/resources/mapper/errand/TbIndentSmsSendLogMapper.xml

+ 1 - 1
src/main/resources/mapper/errand/TbIndentSmsSendLogMapper.xml

@@ -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')
             </if>
         </where>
         order by issl.send_time desc