新版仿ok交易所-后端
zj
2025-09-17 7924ecf2569b28dfdb5473a51e185d72a0294b89
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();