fuliqi
2023-11-29 ad614c9cdbc8daa87967ab9cb77eac0ce51a0a81
ycl-platform/src/main/java/com/ycl/timer/GetDingToken.java
@@ -88,7 +88,7 @@
    @Override
    public void onApplicationEvent(ContextRefreshedEvent contextRefreshedEvent) {
        if (contextRefreshedEvent.getApplicationContext().getParent() == null) {
            runAction();
//            runAction();
        }
    }
    @Scheduled(cron ="0 0/2 * * * ? ")