新版仿ok交易所-后端
1
zj
2025-10-15 99924733282cb812aab96b0b0be1632f4d0bbc7c
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();