新增批量存redis方法

This commit is contained in:
2023-06-26 11:37:00 +08:00
parent 867459a671
commit e7aec156e8
4 changed files with 79 additions and 13 deletions

View File

@@ -430,6 +430,7 @@ public class AMapServiceImpl implements AMapService {
*/
private Map<String, List<AMapEquipmentInfo>> getPileListByStationIdList(List<String> stationIdList) {
Map<String, List<AMapEquipmentInfo>> resultMap = Maps.newHashMap();
// List<PileDetailVO> pileDetailVOS = pileBasicInfoService.selectPileListByStationIds(stationIdList);
return resultMap;
}