Ver Fonte

定时任务异步注解错误解决

fuyuchuan há 1 semana atrás
pai
commit
e59f7e5f7e

+ 1 - 1
service-pm/service-pm-biz/src/main/java/com/usky/pm/service/impl/PmWorkReportServiceImpl.java

@@ -605,7 +605,7 @@ public class PmWorkReportServiceImpl extends AbstractCrudService<PmWorkReportMap
      * @param: [time] 开始时间
      * @return: void
      **/
-    @Async("asyncServiceExecutor")
+    @Async
     @Override
     public void timedSending(LocalDateTime time) {
         log.info("定时发送报告任务开始---------------------------");