| | |
| | | @Override
|
| | | public void addInviteLevelOne(Long uid, Long workerId) {
|
| | | try {
|
| | | // UserInfo boss = getBossByUid(uid);
|
| | | // if (boss != null)
|
| | | // addInviteLevelTwo(boss.getId());
|
| | | UserInfo boss = getBossByUid(uid);
|
| | | if (boss != null)
|
| | | addInviteLevelTwo(boss.getId());
|
| | |
|
| | | //addEventStatistic(uid, TaskUniqueKeyEnum.inviteLevelOne.name());
|
| | | addEventStatistic(uid, TaskUniqueKeyEnum.inviteLevelOne.name());
|
| | | } catch (Exception e) {
|
| | | // LogHelper.errorDetailInfo(e);
|
| | | //LogHelper.errorDetailInfo(e);
|
| | | }
|
| | | }
|
| | |
|
| | |
| | | try {
|
| | | addEventStatistic(uid, TaskUniqueKeyEnum.inviteLevelTwo.name());
|
| | | } catch (Exception e) {
|
| | | // LogHelper.errorDetailInfo(e);
|
| | | //LogHelper.errorDetailInfo(e);
|
| | | }
|
| | | }
|
| | |
|