| | |
| | | } |
| | | |
| | | @Override |
| | | public List<PowerMaxdemandDetEntity> addList(String mainId, String groupName, Date occurTime) { |
| | | public List<PowerMaxdemandDetEntity> addList(String relId, String groupName, Date occurTime) { |
| | | List<PowerMaxdemandDetEntity> result = new ArrayList<>(); |
| | | Map<String, Object> params1 = new HashMap<>(); |
| | | params1.put("groupName", groupName); |
| | |
| | | continue; |
| | | } |
| | | PowerMaxdemandDetEntity detEntity0 = new PowerMaxdemandDetEntity(); |
| | | detEntity0.setRelId(mainId); |
| | | detEntity0.setRelId(relId); |
| | | detEntity0.setCode(dropdown.getNodeCode()); |
| | | detEntity0.setName(dropdown.getNodeName()); |
| | | detEntity0.setOccurTime(occurTime); |