ximon-admin/src/main/java/com/sandu/ximon/admin/service/LedScheduleService.java
@@ -83,6 +83,12 @@ String json = JSON.toJSONString(taskSchedules, SerializerFeature.WriteMapNullValue); // String json = new Gson().toJson(taskSchedules); ledScheduleEntity.setSchedule(json); if (SecurityUtils.getClientId() != null) { ledScheduleEntity.setUserId(SecurityUtils.getUserId()); if (clientService.findClientId()) { ledScheduleEntity.setClientId(clientService.getClientId()); } } return this.save(ledScheduleEntity); }