init
This commit is contained in:
@@ -23,7 +23,7 @@ public interface UserMapper extends BaseMapper<User> {
|
||||
|
||||
Page<HomeUserListVo> homePageApp(@Param("build") Page<Object> build, @Param("params") HomePageReq params);
|
||||
|
||||
List<HomeUserListVo> vipHomePage(@Param("limit") int limit);
|
||||
List<HomeUserListVo> vipHomePage(@Param("residenceCityCode") String residenceCityCode, @Param("limit") int limit);
|
||||
|
||||
MinUser getMinUserById(@Param("userId") Long userId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user