kaiyu
2021-06-18 643bde4fc2446be7b059a03d20a66781953bb9a7
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);