123
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user