mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-07 19:40:07 +08:00
通过充电桩号列表查询枪口信息列表 加缓存
This commit is contained in:
@@ -181,7 +181,7 @@ public class PileConnectorInfoServiceImpl implements PileConnectorInfoService {
|
|||||||
List<String> noCachePileSnList = pileSnList.stream()
|
List<String> noCachePileSnList = pileSnList.stream()
|
||||||
.filter(pileSn -> !collect.containsKey(pileSn))
|
.filter(pileSn -> !collect.containsKey(pileSn))
|
||||||
.collect(Collectors.toList());
|
.collect(Collectors.toList());
|
||||||
|
// TODO 未从缓存获取到的去数据库查询并放缓存
|
||||||
return resultMap;
|
return resultMap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user