This commit is contained in:
张良(004796)
2024-05-07 14:48:25 +08:00
parent 09e0fa3a4c
commit cbe9327457
5 changed files with 9 additions and 6 deletions

View File

@@ -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);
}