|
|
@@ -59,7 +59,7 @@ public class AttenDanceWarnNoticeTask {
|
|
|
@Autowired
|
|
|
private IWechatMessageLogService wechatMessageLogService;
|
|
|
|
|
|
- @Scheduled(cron = "0 */10 * * * ?")
|
|
|
+ @Scheduled(cron = "0 */5 * * * ?")
|
|
|
public void RefreshConnectionPool() {
|
|
|
String active = SpringUtil.getActiveProfile();
|
|
|
if(!"prod".equals(active)){
|