fix:推广员导出

feature/mall_product
tangqian 2023-06-16 14:12:21 +08:00
parent e99801eddd
commit cb5b989e20
1 changed files with 1 additions and 1 deletions

View File

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