1
zj
2024-06-05 09ab9394bd3614f373082754300c6ef39d60c1e9
src/main/java/com/nq/service/impl/UserPositionServiceImpl.java
@@ -334,7 +334,7 @@
        Boolean b = tradingHourService.timeCheck(userPosition.getStockCode());
        if (!b) {
            return ServerResponse.createByErrorMsg("订单失败,不在交易时间之内");
            return ServerResponse.createByErrorMsg("订单失败,不在交易时间之内",request);
        }
        if (userPosition == null) {