This commit is contained in:
张良(004796)
2024-04-11 17:48:15 +08:00
parent 8da78cb275
commit 15591439e6

View File

@@ -190,7 +190,7 @@ public class AccountServiceImpl extends ServiceImpl<AccountMapper, Account> impl
if(!incs){ if(!incs){
throw new ServiceException(""+incomeCoin+caiProperties.getCoinName()+"才可提现"); throw new ServiceException(""+incomeCoin+caiProperties.getCoinName()+"才可提现");
} }
accountChangeLogService.saveLogNoAdmin(user.getId(),user.getUsercode(), AccountChangeCodeEnum.WITHDRAW,incomeCoin,traceId); accountChangeLogService.saveLogNoAdmin(user.getId(),user.getUsercode(), AccountChangeCodeEnum.WITHDRAW, -incomeCoin,traceId);
} }
@Override @Override