瀏覽代碼

协销手机号搜索

huangzhiguo 2 年之前
父節點
當前提交
a1be264af8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/resources/mapper/SellerMapper.xml

+ 1 - 1
src/main/resources/mapper/SellerMapper.xml

@@ -139,7 +139,7 @@
             AND c.status IN (1,90,92,93)
         </if>
         <if test="name != null and name != ''">
-            AND (c.name LIKE CONCAT('%',#{name},'%') OR c.linkMan LIKE CONCAT('%',#{name},'%'))
+            AND (c.name LIKE CONCAT('%',#{name},'%') OR c.linkMan LIKE CONCAT('%',#{name},'%') OR c.contractMobile LIKE CONCAT('%',#{name},'%'))
         </if>
         <if test="userIdentity != null">
             AND u.userIdentity = #{userIdentity}