screen-manage/src/main/java/com/moral/api/service/impl/DeviceAdjustValueServiceImpl.java
@@ -222,6 +222,7 @@ } for (DeviceAdjustValue deviceAdjustValue:deviceAdjustValues) { Map timeSlotMap = new HashMap(); timeSlotMap.put("id",deviceAdjustValue.getId()); timeSlotMap.put("startTime",deviceAdjustValue.getStartTime()); timeSlotMap.put("endTime",deviceAdjustValue.getEndTime()); timeSlotList.add(timeSlotMap);