admin
2020-06-22 b3f5e5ba3fd436f00f73cef1de6e8208fe6cf8c4
fanli/src/main/java/com/yeshi/fanli/service/impl/user/invite/ThreeSaleDetailSerivceImpl.java
@@ -57,6 +57,13 @@
   public long countByBossUidAndMinLevel(Long bossUid, int minLevel) {
      return threeSaleDetailDao.countByBossUidAndMinLevel(bossUid, minLevel);
   }
   @Override
   public long countByBossUidAndMaxLevel(Long bossUid, int minLevel) {
      return threeSaleDetailDao.countByBossUidAndMaxLevel(bossUid, minLevel);
   }
   @Override
   public void addByWorkerUid(Long workerUid) {