admin
2020-07-01 c54fb6a88876be994906d57d2d18e844686964d0
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) {