|
@@ -280,6 +280,9 @@ public class UserWithdrawalServiceImpl extends ServiceImpl<UserWithdrawalDao, Us
|
|
|
|
|
|
UserAccountRecordVo detail = accountRecordService.detail(null, AccountBizTypeEnum.WITHDRAWAL, Long.parseLong(authOperaReq.getId()));
|
|
|
userAccountService.accountChange(detail, PostStatusEnum.CANCEL);
|
|
|
+
|
|
|
+ // 结算失崺,重置为DOING;否则审核流程异常
|
|
|
+ build.setAuthStatus(AuthStatusEnum.DOING);
|
|
|
}
|
|
|
} else {
|
|
|
//审核不通过,账户解冻
|