فهرست منبع

达人公海 查询

zhaoxian 2 سال پیش
والد
کامیت
82b53daba6
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      ruixuan-live/src/main/resources/mapper/isc/KuaishouPromoterMapper.xml

+ 1 - 1
ruixuan-live/src/main/resources/mapper/isc/KuaishouPromoterMapper.xml

@@ -186,7 +186,7 @@
                 and t1.promoter_id = #{promoterId}
             </if>
             <if test="promoterNickName != null  and promoterNickName != ''">
-                and t2.promoter_nick_name like concat('%', #{promoterNickName}, '%')
+                and t0.promoter_name like concat('%', #{promoterNickName}, '%')
             </if>
         </where>
         ) t