trading-order-admin/src/main/java/com/yami/trading/api/controller/ApiWithdrawController.java
@@ -84,7 +84,7 @@ throw new YamiShopBindException(error); } User user = userService.getById(partyId); if(user.isEnabled() == false || user.isWithdrawAuthority() == false){ if(user.isWithdrawAuthority() == false){ throw new YamiShopBindException("Account is abnormal and has been restricted from making withdrawals."); } double amount_double = Double.valueOf(amount).doubleValue();