Commit 265622fd authored by fangxinjiang's avatar fangxinjiang

入职确认修改时变更预计收集时间后更新定时任务-fxj

parent 92161033
......@@ -8,7 +8,6 @@ import com.yifu.cloud.plus.v1.yifu.archives.vo.SendMessageUpdateVo;
import com.yifu.cloud.plus.v1.yifu.common.core.constant.CommonConstants;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.scheduling.TaskScheduler;
import org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler;
import org.springframework.stereotype.Service;
import org.springframework.transaction.support.TransactionTemplate;
......@@ -28,7 +27,7 @@ public class ScheduleServiceImpl implements ScheduleService {
@Autowired
private EmployeeRegistrationPreService registrationPreService;
@Autowired
private ThreadPoolTaskScheduler taskScheduler;
private TaskScheduler taskScheduler;
@Autowired
private TransactionTemplate transactionTemplate;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment