fanli/src/main/java/com/yeshi/fanli/service/inter/user/invite/ThreeSaleSerivce.java
@@ -252,6 +252,15 @@ * @return */ public ThreeSale selectByWorkerId(Long workerId); /** * 查询最近一条数据(根据下级用户ID与状态) * @param workerId * @param state * @return */ public ThreeSale selectLatestByWorkerIdAndState(Long workerId,int state); /** * 时间段呢 邀请成功信息 @@ -282,4 +291,12 @@ */ public List<ThreeSale> listSecondTeam(long start, int count, Long uid, Integer state); /** * 查询邀请关系 时间筛选 * @param workerId 下级id * @param time * @return */ public ThreeSale getByWorkerIdAndTime(Long workerId, long time); }