Browse Source

bug修复

dzx 7 months ago
parent
commit
a214d9f1c6

+ 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();