管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2022-10-24 14663e5f2371b4007c6bc310d884a60533a88a27
src/main/java/com/lf/server/config/ScheduleConfig.java
@@ -65,8 +65,8 @@
        try {
            JSONObject jsonObject = new JSONObject();
            // 服务使用状态 sys_res
            // jsonObject.put("resUseCount", scheduleService.resUseCount());
            // 服务资源状态 sys_res
            jsonObject.put("resUseCount", scheduleService.countResStatus());
            // 用户登录状态 sys_login
            // jsonObject.put("userLoginCount", scheduleService.userLoginCount());
@@ -74,7 +74,7 @@
            // 资源操作状态 sys_operate
            // jsonObject.put("operateCount", scheduleService.operateCount());
            // 资源调用统计
            // 资源调用状态
            String json = JSONObject.toJSONStringWithDateFormat(jsonObject, "yyyy-MM-dd HH:mm:ss", SerializerFeature.WriteMapNullValue);