Commit 0a55d3a1f25c8940e0c4f907cc951b62595f9461

Authored by litao
1 parent 8c07ed65ea

bug修复

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/utils/SystemDataSource.java View file @ 0a55d3a
... ... @@ -60,7 +60,7 @@
60 60 dataSource.setTestOnReturn(false);
61 61 dataSource.setFilters("stat");
62 62  
63   -// dataSource.init();
  63 + dataSource.init();
64 64  
65 65 logger.info("init datasource success");
66 66 }