新版仿ok交易所-后端
yml
zyy
2025-12-01 db07dc37fda3ac90c6b8fd7eef6da8bf3c7aa1a1
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();