用户管理 排序
This commit is contained in:
@@ -30,6 +30,7 @@ public interface ShopUserMapper extends BaseMapper<TbShopUser> {
|
||||
"AND su.is_vip=#{isVip} " +
|
||||
"</if>" +
|
||||
"</where>" +
|
||||
"order by su.created_at" +
|
||||
"</script>")
|
||||
IPage<ShopUserInfoVo> queryUser(TbShopUserQueryCriteria param, Integer isVip, Page pageInfo);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user