Bladeren bron

bug修复

dzx 1 jaar geleden
bovenliggende
commit
a214d9f1c6
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      src/main/java/com/xjrsoft/module/job/AttenDanceWarnNoticeTask.java

+ 1 - 1
src/main/java/com/xjrsoft/module/job/AttenDanceWarnNoticeTask.java

@@ -63,7 +63,7 @@ public class AttenDanceWarnNoticeTask {
 
     @Scheduled(cron = "0 */1 * * * ?")
     public void execute(){
-        //RefreshConnectionPool();
+        RefreshConnectionPool();
     }
     public void RefreshConnectionPool() {
         String active = SpringUtil.getActiveProfile();