| | |
| | | logger.info("dropdownList is empty"); |
| | | continue; |
| | | } |
| | | for (PowerNetDropdownEntity dropdown : dropdownList) { |
| | | if (StringUtils.isBlank(dropdown.getExt1())) { |
| | | continue; |
| | | } |
| | | Calendar calendar1 = Calendar.getInstance(); |
| | | calendar1.setTime(occurTime); |
| | | calendar1.add(Calendar.MINUTE, 1); |
| | | for (PowerNetDropdownEntity dropdown : dropdownList) { |
| | | if (StringUtils.isBlank(dropdown.getExt1())) { |
| | | logger.info(dropdown.getNodeCode() + ":dropdown.getExt1() is empty"); |
| | | continue; |
| | | } |
| | | logger.info(dropdown.getNodeCode() + ":dropdown.getExt1() = " + dropdown.getExt1()); |
| | | ApiPointValueQueryDTO pointValueQuery1 = new ApiPointValueQueryDTO(); |
| | | pointValueQuery1.setStart(occurTime); |
| | | pointValueQuery1.setEnd(calendar1.getTime()); |