Merge remote-tracking branch 'base-version/main' into dev
This commit is contained in:
@@ -226,11 +226,6 @@ public class IWorkSyncProcessorImpl implements IWorkSyncProcessor {
|
||||
continue;
|
||||
}
|
||||
boolean inactive = isInactiveUser(user.getStatus());
|
||||
if (inactive && !options.isIncludeCanceled()) {
|
||||
logSkip("人员", user.getId(), "用户状态为离职且当前不同步离职记录");
|
||||
result.increaseSkipped();
|
||||
continue;
|
||||
}
|
||||
String username = resolveUsername(user);
|
||||
if (StrUtil.isBlank(username)) {
|
||||
log.warn("[iWork] 人员缺少可用账号(工号={}, 登录账号={}),跳过:id={} name={}",
|
||||
|
||||
Reference in New Issue
Block a user