fanli/src/main/java/com/yeshi/fanli/service/inter/user/invite/ThreeSaleSerivce.java
@@ -296,6 +296,32 @@ * @throws */ public Long getTopBoss(Long uid); /** * 查询列表 * @Title: list * @Description: * @param page * @param pageSize * @return * List<ThreeSale> 返回类型 * @throws */ public List<ThreeSale> listAll(int page,int pageSize); /** * 根日期类型进行统计直接 */ public long countFirstTeamByDate(Long uid, int dayType); /** * 根日期类型进行统计间接 * @param uid * @param dayType * @return */ public long countSecondTeamByDate(Long uid, int dayType); }