From 69110a42a2c8fe1a72fb356e8c789096b0d7c8ea Mon Sep 17 00:00:00 2001 From: Guoqs <123@jsowell.com> Date: Tue, 5 Nov 2024 10:37:46 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=9A=E8=BF=87=E5=85=85=E7=94=B5=E6=A1=A9?= =?UTF-8?q?=E5=8F=B7=E5=88=97=E8=A1=A8=E6=9F=A5=E8=AF=A2=E6=9E=AA=E5=8F=A3?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E5=88=97=E8=A1=A8=20=E5=8A=A0=E7=BC=93?= =?UTF-8?q?=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../jsowell/pile/service/impl/PileConnectorInfoServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/PileConnectorInfoServiceImpl.java b/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/PileConnectorInfoServiceImpl.java index 0ffbbf90f..22243f7a3 100644 --- a/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/PileConnectorInfoServiceImpl.java +++ b/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/PileConnectorInfoServiceImpl.java @@ -181,7 +181,7 @@ public class PileConnectorInfoServiceImpl implements PileConnectorInfoService { List noCachePileSnList = pileSnList.stream() .filter(pileSn -> !collect.containsKey(pileSn)) .collect(Collectors.toList()); - + // TODO 未从缓存获取到的去数据库查询并放缓存 return resultMap; }