nidapeng
2024-04-12 67508a2e3d00e59d429966ab42f4a45002b31dc6
server/admin_timer/src/main/java/com/doumee/task/ScheduleTaskSendTool.java
文件名从 server/admin_timer/src/main/java/com/doumee/task/ScheduleSendTaskTool.java 修改
@@ -1,10 +1,7 @@
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;
@@ -18,7 +15,7 @@
 */
@Component
@EnableScheduling
public class ScheduleSendTaskTool {
public class ScheduleTaskSendTool {
    @Autowired
    private HkSyncEmpowerServiceImpl hkSyncEmpowerService;