@@ -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}, '%')
</where>
) t