|
|
@@ -86,7 +86,7 @@ public class SyncTrainService {
|
|
|
// dept.setDept_num("9");
|
|
|
dept.setTenantId(defaultConfig.getTenantId());
|
|
|
ISyncDeptStrategy syncDeptStrategy = SpringUtils.getBean(SyncResourceConstants.TRAIN_CLASS, ISyncDeptStrategy.class);
|
|
|
- syncDeptStrategy.syncDelDept(resourceDeptlist);
|
|
|
+ syncDeptStrategy.syncDept(resourceDeptlist);
|
|
|
return true;
|
|
|
// endregion
|
|
|
|