Browse Source

外呼明细列表修改

anderx 1 year ago
parent
commit
596fbfc752
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/main/java/com/goafanti/common/mapper/AdminCallDayMapper.xml

+ 2 - 2
src/main/java/com/goafanti/common/mapper/AdminCallDayMapper.xml

@@ -39,7 +39,7 @@
                 and id = #{id}
             </if>
             <if test="name != null and name != ''">
-                and name = #{name}
+                and name  like concat('%',#{name},'%')
             </if>
             <if test="aid != null and aid != ''">
                 and aid = #{aid}
@@ -79,7 +79,7 @@
                 and id = #{id}
             </if>
             <if test="name != null and name != ''">
-                and name = #{name}
+                and name  like concat('%',#{name},'%')
             </if>
             <if test="aid != null and aid != ''">
                 and aid = #{aid}