소스 검색

bug修复

dzx 1 년 전
부모
커밋
a214d9f1c6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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();