文件名从 server/admin_timer/src/main/java/com/doumee/task/ScheduleSendTaskTool.java 修改 |
| | |
| | | package com.doumee.task; |
| | | |
| | | |
| | | import com.doumee.config.DataSyncConfig; |
| | | import com.doumee.core.utils.Constants; |
| | | import com.doumee.service.business.impl.hksync.HkSyncEmpowerServiceImpl; |
| | | import com.doumee.service.business.impl.hksync.ferp.HkSyncOrgUserToHKServiceImpl; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.scheduling.annotation.EnableScheduling; |
| | | import org.springframework.scheduling.annotation.Scheduled; |
| | |
| | | */ |
| | | @Component |
| | | @EnableScheduling |
| | | public class ScheduleSendTaskTool { |
| | | public class ScheduleTaskSendTool { |
| | | @Autowired |
| | | private HkSyncEmpowerServiceImpl hkSyncEmpowerService; |
| | | |