fanli/src/main/java/com/yeshi/fanli/service/inter/user/invite/ThreeSaleSerivce.java
@@ -291,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); }