Jelajahi Sumber

协销手机号搜索

huangzhiguo 2 tahun lalu
induk
melakukan
a1be264af8
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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}