فهرست منبع

解决送达短信发送记录按发送人电话搜索不生效bug;

codingliang 2 سال پیش
والد
کامیت
a3ebd019a3
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      src/main/resources/mapper/errand/TbIndentSmsSendLogMapper.xml

+ 3 - 0
src/main/resources/mapper/errand/TbIndentSmsSendLogMapper.xml

@@ -17,6 +17,9 @@
             <if test="query.successFlag != null and query.successFlag != ''">
                 and issl.success_flag = #{query.successFlag}
             </if>
+            <if test="query.fromTo != null and query.fromTo != ''">
+                and u.phone = #{query.fromTo}
+            </if>
             <if test="query.sendTo != null and query.sendTo != ''">
                 and issl.send_to = #{query.sendTo}
             </if>