admin
2020-02-23 b59fef5c00b15fdfdfa9d4be26e5bf6b41c75458
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);
}