yujian
2019-11-14 7bedd903b10c125660d25373ffea23201bed22cc
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);
}