From b59fef5c00b15fdfdfa9d4be26e5bf6b41c75458 Mon Sep 17 00:00:00 2001 From: admin <2780501319@qq.com> Date: 星期日, 23 二月 2020 00:16:52 +0800 Subject: [PATCH] 2.0.7相关服务端功能添加 --- fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserInfoService.java | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserInfoService.java b/fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserInfoService.java index e246837..8492404 100644 --- a/fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserInfoService.java +++ b/fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserInfoService.java @@ -6,6 +6,7 @@ import org.springframework.web.multipart.MultipartFile; +import com.yeshi.fanli.dto.user.UserInviteLevelEnum; import com.yeshi.fanli.entity.bus.user.UserInfo; import com.yeshi.fanli.exception.user.UserInfoException; import com.yeshi.fanli.vo.user.UserInfoVO; @@ -81,10 +82,11 @@ * @return */ public List<UserInfoVO> query(long start, int count, Integer userState, String key, Integer keyType, - String userRank, Integer days, String startTime, String endTime, Integer orderField, Integer orderMode,Integer userType); + String userRank, Integer days, String startTime, String endTime, Integer orderField, Integer orderMode, + Integer userType); public long queryCount(Integer userState, String key, Integer keyType, String userRank, Integer days, - String startTime, String endTime,Integer userType); + String startTime, String endTime, Integer userType); public double querySumMoney(String key, Integer userType, Integer days, String startTime, String endTime); @@ -226,4 +228,6 @@ */ public UserInfo selectAvailableByPrimaryKey(Long uid); + + } -- Gitblit v1.8.0