zhanghua
2023-10-27 e468088052b2dea9837645eeed689ee9c5f0948d
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 * * * ? ")