|
@@ -27,53 +27,53 @@ import java.util.stream.Collectors;
|
|
|
public class CacheContext implements CommandLineRunner {
|
|
|
Logger logger = LoggerFactory.getLogger(CacheContext.class);
|
|
|
|
|
|
- public final String QS = "0";
|
|
|
+ private final String QS = "0";
|
|
|
|
|
|
@Resource
|
|
|
- public IProBasicEquipmentService proBasicEquipmentService;
|
|
|
+ private IProBasicEquipmentService proBasicEquipmentService;
|
|
|
@Resource
|
|
|
- public IProBasicLineService proBasicLineService;
|
|
|
+ private IProBasicLineService proBasicLineService;
|
|
|
@Resource
|
|
|
- public IProBasicProjectService proBasicProjectService;
|
|
|
+ private IProBasicProjectService proBasicProjectService;
|
|
|
|
|
|
@Resource
|
|
|
- public IProBasicPowerstationService proBasicWindpowerstationService;
|
|
|
+ private IProBasicPowerstationService proBasicWindpowerstationService;
|
|
|
@Resource
|
|
|
- public IProBasicMeterPointService proBasicMeterPointService;
|
|
|
+ private IProBasicMeterPointService proBasicMeterPointService;
|
|
|
@Resource
|
|
|
- public IProEconEquipmentmodelService proEconEquipmentmodelService;
|
|
|
+ private IProEconEquipmentmodelService proEconEquipmentmodelService;
|
|
|
|
|
|
@Resource
|
|
|
- public IProBasicWindturbinePowerService proBasicWindturbinePowerService;
|
|
|
+ private IProBasicWindturbinePowerService proBasicWindturbinePowerService;
|
|
|
@Resource
|
|
|
- public RedisService redisService;
|
|
|
+ private RedisService redisService;
|
|
|
@Resource
|
|
|
- public IProBasicModelPowerService proBasicModelPowerService;
|
|
|
+ private IProBasicModelPowerService proBasicModelPowerService;
|
|
|
@Resource
|
|
|
- public IProBasicSubStationService proBasicSubStationService;
|
|
|
+ private IProBasicSubStationService proBasicSubStationService;
|
|
|
@Resource
|
|
|
- public IProBasicWeatherStationService proBasicWeatherStationService;
|
|
|
+ private IProBasicWeatherStationService proBasicWeatherStationService;
|
|
|
@Resource
|
|
|
- public IProBasicSquareService proBasicSquareService;
|
|
|
+ private IProBasicSquareService proBasicSquareService;
|
|
|
@Resource
|
|
|
- public IProBasicCompanyService proBasicCompanyService;
|
|
|
+ private IProBasicCompanyService proBasicCompanyService;
|
|
|
@Resource
|
|
|
- public IProBasicRegionService proBasicRegionService;
|
|
|
+ private IProBasicRegionService proBasicRegionService;
|
|
|
@Resource
|
|
|
- public IProBasicEnergyGroupService proBasicEnergyGroupService;
|
|
|
+ private IProBasicEnergyGroupService proBasicEnergyGroupService;
|
|
|
@Resource
|
|
|
- public IProBasicBranchService proBasicBranchService;
|
|
|
+ private IProBasicBranchService proBasicBranchService;
|
|
|
@Resource
|
|
|
- public TheoreticalPowerService theoreticalPowerService;
|
|
|
+ private TheoreticalPowerService theoreticalPowerService;
|
|
|
|
|
|
@Resource
|
|
|
- public IProBasicModelPowerRdService proBasicModelPowerRdService;
|
|
|
+ private IProBasicModelPowerRdService proBasicModelPowerRdService;
|
|
|
|
|
|
@Resource
|
|
|
- public IProBasicPowerstationPointService proBasicPowerstationPointService;
|
|
|
+ private IProBasicPowerstationPointService proBasicPowerstationPointService;
|
|
|
|
|
|
@Resource
|
|
|
- public IProBasicEquipmentPointService proBasicEquipmentPointService;
|
|
|
+ private IProBasicEquipmentPointService proBasicEquipmentPointService;
|
|
|
|
|
|
|
|
|
|
|
@@ -160,21 +160,21 @@ public class CacheContext implements CommandLineRunner {
|
|
|
logger.info("缓存开始------------------------------------------------------------");
|
|
|
|
|
|
|
|
|
-// bnls = proBasicBranchService.list();
|
|
|
-// bnls.stream().forEach(bn->{
|
|
|
-// String bnString = redisService.get(bn.getId());
|
|
|
-// Map<String, ProBasicEquipmentPoint> stringWindturbinetestingpointnewMap = JSONObject.parseObject(bnString, new TypeReference<Map<String, ProBasicEquipmentPoint>>() {
|
|
|
-// });
|
|
|
-// bnAimap.put(bn.getId(),stringWindturbinetestingpointnewMap);
|
|
|
-//
|
|
|
-// if (wtbnmap.containsKey(bn.getInteverId())){
|
|
|
-// wtbnmap.get(bn.getInteverId()).add(bn);
|
|
|
-// }else {
|
|
|
-// List<ProBasicBranch> bns = new ArrayList<>();
|
|
|
-// bns.add(bn);
|
|
|
-// wtbnmap.put(bn.getInteverId(),bns);
|
|
|
-// }
|
|
|
-// });
|
|
|
+ bnls = proBasicBranchService.list();
|
|
|
+ bnls.stream().forEach(bn->{
|
|
|
+ String bnString = redisService.get(bn.getId());
|
|
|
+ Map<String, ProBasicEquipmentPoint> stringWindturbinetestingpointnewMap = JSONObject.parseObject(bnString, new TypeReference<Map<String, ProBasicEquipmentPoint>>() {
|
|
|
+ });
|
|
|
+ bnAimap.put(bn.getId(),stringWindturbinetestingpointnewMap);
|
|
|
+
|
|
|
+ if (wtbnmap.containsKey(bn.getInteverId())){
|
|
|
+ wtbnmap.get(bn.getInteverId()).add(bn);
|
|
|
+ }else {
|
|
|
+ List<ProBasicBranch> bns = new ArrayList<>();
|
|
|
+ bns.add(bn);
|
|
|
+ wtbnmap.put(bn.getInteverId(),bns);
|
|
|
+ }
|
|
|
+ });
|
|
|
|
|
|
equipmentmodels = proEconEquipmentmodelService.list();
|
|
|
equipmentmodels.stream().forEach(e->{
|