提交 d5f0d5dc authored 作者: yangli's avatar yangli

.

上级 36d2c045
...@@ -85,8 +85,12 @@ public class ConfigController { ...@@ -85,8 +85,12 @@ public class ConfigController {
@PostConstruct @PostConstruct
public void init() throws IOException { public void init() {
// 初始化自动保存一次数据上报设置 try {
saveDataReporting(getDataReporting().getData()); // 初始化自动保存一次数据上报设置
saveDataReporting(getDataReporting().getData());
} catch (Exception e) {
log.error("初始化异常", e);
}
} }
} }
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论