新版仿ok交易所-后端
1
zj
15 hours ago be8c9767089b5e52ed462ea1d083d846e7420a45
trading-order-service/src/main/java/com/yami/trading/service/contract/ContractApplyOrderService.java
@@ -177,11 +177,6 @@
            throw new YamiShopBindException("Please enter the order amount");
        }
        boolean orderOpen = this.sysparaService.find("order_open").getBoolean();
        if (!orderOpen) {
            throw new YamiShopBindException("不在交易时段");
        }
        Item item = this.itemService.findBySymbol(order.getSymbol());
        if (item == null) {
            throw new YamiShopBindException("Parameter Error3");