fix:推广员导出
parent
e99801eddd
commit
cb5b989e20
|
@ -252,7 +252,7 @@
|
||||||
and b.nickname like CONCAT('%',#{data.nickname},'%')
|
and b.nickname like CONCAT('%',#{data.nickname},'%')
|
||||||
</if>
|
</if>
|
||||||
<if test="data.realName !=null and data.realName!=''">
|
<if test="data.realName !=null and data.realName!=''">
|
||||||
and x.real_name like CONCAT('%',#{data.realName},'%')
|
and x.nickname like CONCAT('%',#{data.realName},'%')
|
||||||
</if>
|
</if>
|
||||||
<if test="data.userPhone !=null and data.userPhone!=''">
|
<if test="data.userPhone !=null and data.userPhone!=''">
|
||||||
and a.user_phone like CONCAT('%',#{data.userPhone},'%')
|
and a.user_phone like CONCAT('%',#{data.userPhone},'%')
|
||||||
|
|
Loading…
Reference in New Issue