bug fix
This commit is contained in:
@@ -217,6 +217,7 @@ public class InviteServiceImpl extends ServiceImpl<InviteDao, Invite> implements
|
||||
userService.updateById(user);
|
||||
|
||||
userEntity.setInviteCount((user.getInviteCount() == null ? 0 : user.getInviteCount()) + 1);
|
||||
userService.updateById(userEntity);
|
||||
|
||||
// 金币
|
||||
int money = Integer.parseInt(commonInfoService.findOne(911).getValue());
|
||||
|
||||
Reference in New Issue
Block a user