فهرست منبع

新增创客编号搜索

mac 2 سال پیش
والد
کامیت
340e8f7543
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      kxs-user/kxs-user-biz/src/main/resources/mapper/KxsTotalDebtMapper.xml

+ 1 - 1
kxs-user/kxs-user-biz/src/main/resources/mapper/KxsTotalDebtMapper.xml

@@ -20,7 +20,7 @@
         <where>
             a.del_flag = 0
             <if test="keyword != null and keyword !=''">
-               and (u.username like concat('%' #{keyword} '%') or u.phone like concat('%' #{keyword} '%'))
+               and (u.username like concat('%' #{keyword} '%') or u.phone like concat('%' #{keyword} '%') or u.user_code like concat('%' #{keyword} '%'))
             </if>
 
         </where>