zhaoxian 2 лет назад
Родитель
Сommit
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