admin
2019-11-20 8b2191df2f7d94aa299bd43dcbe97c94e5a61bbd
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);
}