新版仿ok交易所-后端
1
zj
2025-09-18 c48342c84228b31984678979eb8c50bf217a28c3
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();