admin
2020-05-20 98b1a0affd69bbe63223c21fdd2c404e8bedfccb
fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserInfoService.java
@@ -6,7 +6,6 @@
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;
@@ -54,7 +53,6 @@
   public long getUserCount();
   public boolean inviteWXUserInfo(String code, UserInfo inviter);
   public void unBindUserInfo(UserInfo find, int type);
@@ -83,10 +81,10 @@
    */
   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);
         Integer userType, String level, Integer activeCode);
   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, String level, Integer activeCode);
   public double querySumMoney(String key, Integer userType, Integer days, String startTime, String endTime);