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");