admin
2020-05-19 744594ef1a2f530fc3e86ea9dc48b62247f79420
fanli/src/main/java/com/yeshi/fanli/service/inter/user/invite/ThreeSaleSerivce.java
@@ -1,5 +1,6 @@
package com.yeshi.fanli.service.inter.user.invite;
import java.util.Date;
import java.util.List;
import com.yeshi.fanli.entity.bus.user.ThreeSale;
@@ -296,6 +297,21 @@
    * @throws
    */
   public Long getTopBoss(Long uid);
   /**
    * 查询列表
    * @Title: list
    * @Description:
    * @param page
    * @param pageSize
    * @return
    * List<ThreeSale> 返回类型
    * @throws
    */
   public List<ThreeSale> listAll(Date minTime,Date maxTime, int page,int pageSize);
   public long countAll(Date minTime,Date maxTime);
   /**
    * 根日期类型进行统计直接
@@ -310,5 +326,12 @@
    */
   public long countSecondTeamByDate(Long uid, int dayType);
   /**
    * 查询boosID
    * @return
    */
   public List<Long> getAllBossId();
}