新版仿ok交易所-后端
1
zj
19 hours ago 640ccb9229224642515527daf87f308a7aa9bdf4
trading-order-service/src/main/java/com/yami/trading/service/future/FuturesOrderService.java
@@ -564,7 +564,7 @@
            }
        });
        if (!CollectionUtils.isEmpty(submittedOrders)) {
            throw new YamiShopBindException("您已存在订单");
            throw new YamiShopBindException("You already have an order");
        }
    }
@@ -892,7 +892,7 @@
        List<FuturesPara> paras = futuresParaService.getBySymbolSort(order.getSymbol());
        Item item = this.itemService.findBySymbol(order.getSymbol());
        if (item == null) {
            throw new YamiShopBindException("参数错误");
            throw new YamiShopBindException("Invalid parameters");
        }
        String decimals = "#.";