新版仿ok交易所-后端
1
zyy
2025-09-18 8f6cab15fc562f1a0279f918ed29cf4312f06374
trading-order-admin/src/main/java/com/yami/trading/api/controller/ApiFuturesOrderController.java
@@ -137,7 +137,7 @@
        if (!itemService.isContractTrading(bySymbol)) {
            throw new YamiShopBindException("未开放合约交易");
        }
        if (itemService.isSuspended(bySymbol)) {
        if (itemService.isSuspended(bySymbol.getSymbol())) {
            throw new YamiShopBindException("停牌禁止交易");
        }