src/main/java/com/lf/server/config/ScheduleConfig.java
@@ -84,7 +84,6 @@ jsonObject.put("operateCount", scheduleService.operateCount()); // 资源调用状态 String json = JSONObject.toJSONStringWithDateFormat(jsonObject, "yyyy-MM-dd HH:mm:ss", SerializerFeature.WriteMapNullValue); WebSocketService.broadCastInfo(json);