1
zj
16 hours ago ed02adce53d9f51287e14764815006dd4d040daf
src/main/java/com/nq/service/impl/StockServiceImpl.java
@@ -177,7 +177,10 @@
        stockList.addAll(stockMapper.findStockByType(orderBy,stockType,keyWords));
        List<StockListVO> stockListVOS = Lists.newArrayList();
        if (stockList.size() > 0){
            stockListVOS.addAll(Objects.requireNonNull(StockApi.getStockReailTimes(stockList)));
            List<StockListVO> realTimes = StockApi.getStockReailTimes(stockList);
            if (realTimes != null) {
                stockListVOS.addAll(realTimes);
            }
        }
        RPageInfo pageInfo = new RPageInfo();
        pageInfo.setList(stockListVOS);