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());