|
|
@@ -11,9 +11,7 @@ import org.dromara.common.core.constant.DefaultConstants;
|
|
|
import org.dromara.common.core.exception.ServiceException;
|
|
|
import org.dromara.common.core.utils.SpringUtils;
|
|
|
import org.dromara.server.base.service.dept.strategy.ISyncDeptStrategy;
|
|
|
-import org.dromara.server.base.service.dept.strategy.SyncDeptStrategyContent;
|
|
|
import org.dromara.server.base.service.user.strategy.ISyncUserStrategy;
|
|
|
-import org.dromara.server.base.service.user.strategy.SyncUserStrategyContent;
|
|
|
import org.dromara.server.common.constant.SyncResourceConstants;
|
|
|
import org.dromara.server.common.domain.bo.ResourceDept;
|
|
|
import org.dromara.server.common.domain.bo.ResourcePerson;
|
|
|
@@ -38,10 +36,7 @@ import java.util.List;
|
|
|
@Slf4j
|
|
|
@RequiredArgsConstructor
|
|
|
public class SyncGraduateService {
|
|
|
- private final SyncDeptStrategyContent syncDeptStrategyContent;
|
|
|
- private final SyncUserStrategyContent syncUserStrategyContent;
|
|
|
private final DefaultConfig defaultConfig;
|
|
|
- private final SpringUtils springUtils;
|
|
|
|
|
|
/**
|
|
|
* 全量同步研究生班级
|