| | |
| | | String hongAdvice = entry.getValue().getResult().get("hongAdvice").toString(); |
| | | String runAdvice = entry.getValue().getResult().get("runAdvice").toString(); |
| | | String yingdiAdvice = entry.getValue().getResult().get("yingdiAdvice").toString(); |
| | | if(!yingdiAdvice.equals("压力正常")){ |
| | | if(!("压力正常".equals(yingdiAdvice)||"-2.0".equals(yingdiAdvice))){ |
| | | saveScheduleSuggest("盈德中压调整建议", yingdiAdvice, scheduleObj, scheduleTime); |
| | | } |
| | | if(!faAdvice.equals("压力正常")){ |
| | | if(!("压力正常".equals(faAdvice)||"-2.0".equals(faAdvice))){ |
| | | saveScheduleSuggest("法夜空调整建议", faAdvice, scheduleObj, scheduleTime); |
| | | } |
| | | if(!hongAdvice.equals("压力正常")){ |
| | | if(!("压力正常".equals(hongAdvice)||"-2.0".equals(hongAdvice))){ |
| | | saveScheduleSuggest("宏昌调整建议", hongAdvice, scheduleObj, scheduleTime); |
| | | } |
| | | if(!runAdvice.equals("压力正常")){ |
| | | if(!("压力正常".equals(runAdvice)||"-2.0".equals(runAdvice))){ |
| | | saveScheduleSuggest("润忠调整建议", runAdvice, scheduleObj, scheduleTime); |
| | | } |
| | | } else if (entry.getKey().equals(CODE01)) { |
| | | String scheduleObj = schemeMap.get(CODE01).getScheduleObj(); |
| | | String advice = entry.getValue().getResult().get("advice").toString(); |
| | | if(!"压力正常".equals(advice)){ |
| | | if(!("压力正常".equals(advice)||"-2.0".equals(advice))){ |
| | | saveScheduleSuggest("氮气预警", advice, scheduleObj, scheduleTime); |
| | | } |
| | | } |