瀏覽代碼

解决送达短信发送记录按发送人电话搜索不生效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>