zyy
2025-07-14 d9d43aec7372dc579ced50eda32d7881265533b9
src/main/java/com/nq/service/impl/StockServiceImpl.java
@@ -786,6 +786,7 @@
            Map<String, Object> resultMap = new HashMap<>();
            DataStockBean cacheBaseStock = RedisKeyUtil.getCacheBaseStock(stockType, pid);
            if (cacheBaseStock != null) {
                resultMap.put("name", cacheBaseStock.getName());
                resultMap.put("last", cacheBaseStock.getLast());
                resultMap.put("chg", cacheBaseStock.getChg());
                resultMap.put("chgPct", cacheBaseStock.getChgPct());