|
@@ -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
|