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