admin
2019-12-03 ad1c19461fee4c7c4a26795bef75d26f9738faf1
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);
}