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