|
@@ -98,7 +98,7 @@ public class UserRechargeServiceImpl implements IUserRechargeService {
|
|
return serverResponseInfo;
|
|
return serverResponseInfo;
|
|
}
|
|
}
|
|
User user = this.iUserService.getCurrentRefreshUser(request);
|
|
User user = this.iUserService.getCurrentRefreshUser(request);
|
|
- if (user.getIsActive().intValue() != 2) {
|
|
|
|
|
|
+ if (user.getIsActive() != 2) {
|
|
return ServerResponse.createByErrorMsg("未实名认证不能发起充币");
|
|
return ServerResponse.createByErrorMsg("未实名认证不能发起充币");
|
|
}
|
|
}
|
|
ServerResponse serverResponse = checkInMoney(10, user.getId());
|
|
ServerResponse serverResponse = checkInMoney(10, user.getId());
|