fanli/src/main/java/com/yeshi/fanli/service/impl/hongbao/ThreeSaleSerivceImpl.java
@@ -81,7 +81,6 @@ private TaskExecutor executor; public UserInfo getBoss(final long uid) { //TODO 有bug return threeSaleMapper.selectBoss(uid); } @@ -680,6 +679,9 @@ } catch (Exception e) { LogHelper.errorDetailInfo(e); } // 邀请金币 integralGetService.addInviteLevelOne(boss.getId(), invitee.getId()); } }); }