فهرست منبع

协销手机号搜索

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)
             AND c.status IN (1,90,92,93)
         </if>
         </if>
         <if test="name != null and name != ''">
         <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>
         <if test="userIdentity != null">
         <if test="userIdentity != null">
             AND u.userIdentity = #{userIdentity}
             AND u.userIdentity = #{userIdentity}