trading-order-service/src/main/java/com/yami/trading/service/exchange/impl/ExchangeApplyOrderServiceImpl.java
@@ -148,6 +148,11 @@ if (item == null) { throw new YamiShopBindException("参数错误"); } if (itemService.isSuspended(order.getSymbol())) { throw new YamiShopBindException("停牌禁止交易"); } List<Realtime> realtimes = dataService.realtime(order.getSymbol()); double close = 1; if (realtimes != null && realtimes.size() > 0) {