@@ -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("定时发送报告任务开始---------------------------");