Commit f6b008e8 authored by huyuchen's avatar huyuchen

档案完整监控

parent 34723e95
...@@ -70,10 +70,10 @@ public class ArchiveTask { ...@@ -70,10 +70,10 @@ public class ArchiveTask {
} }
public void everyDayCreateComlpeteMonitor() { public void everyDayCreateComlpeteMonitor() {
log.info("-------------每刷新档案完整监控数据------------"); log.info("-------------每刷新档案完整监控数据------------");
HttpDaprUtil.invokeMethodPost(daprArchivesProperties.getAppUrl(), daprArchivesProperties.getAppId(), HttpDaprUtil.invokeMethodPost(daprArchivesProperties.getAppUrl(), daprArchivesProperties.getAppId(),
"/tcompletemonitor/inner/createComlpeteMonitor", "", Object.class, "/tcompletemonitor/inner/createComlpeteMonitor", "", Object.class,
SecurityConstants.FROM_IN); SecurityConstants.FROM_IN);
log.info("-------------每刷新档案完整监控数据-定时任务开始------------"); log.info("-------------每刷新档案完整监控数据-定时任务开始------------");
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment