会员标识
This commit is contained in:
@@ -25,7 +25,9 @@ public interface ShopUserMapper extends BaseMapper<TbShopUser> {
|
|||||||
"<if test='param.name != null and param.name != ""'>" +
|
"<if test='param.name != null and param.name != ""'>" +
|
||||||
"AND (u.nick_name like concat('%', #{param.name}, '%') or u.telephone like concat('%', #{param.name}, '%'))" +
|
"AND (u.nick_name like concat('%', #{param.name}, '%') or u.telephone like concat('%', #{param.name}, '%'))" +
|
||||||
"</if>" +
|
"</if>" +
|
||||||
|
"<if test='isVip != null'>" +
|
||||||
"AND su.is_vip=#{isVip}" +
|
"AND su.is_vip=#{isVip}" +
|
||||||
|
"</if>" +
|
||||||
"</where>" +
|
"</where>" +
|
||||||
"</script>")
|
"</script>")
|
||||||
IPage<ShopUserInfoVo> queryUser(TbShopUserQueryCriteria param, Integer isVip, Page pageInfo);
|
IPage<ShopUserInfoVo> queryUser(TbShopUserQueryCriteria param, Integer isVip, Page pageInfo);
|
||||||
|
|||||||
Reference in New Issue
Block a user