|
UserAccountRecordVo detail = accountRecordService.detail(null, AccountBizTypeEnum.WITHDRAWAL, Long.parseLong(authOperaReq.getId()));
|
|
UserAccountRecordVo detail = accountRecordService.detail(null, AccountBizTypeEnum.WITHDRAWAL, Long.parseLong(authOperaReq.getId()));
|
|
userAccountService.accountChange(detail, PostStatusEnum.CANCEL);
|
|
userAccountService.accountChange(detail, PostStatusEnum.CANCEL);
|