|
@@ -5,6 +5,7 @@ import java.util.Iterator;
|
|
|
import java.util.List;
|
|
|
|
|
|
import org.apache.commons.lang3.StringUtils;
|
|
|
+import org.fouram.constants.WebConstants;
|
|
|
import org.fouram.core.base.service.BaseService;
|
|
|
import org.fouram.core.base.service.RequestService;
|
|
|
import org.fouram.core.plugin.weixin.cp.util.WXCpUserUtil;
|
|
@@ -161,7 +162,7 @@ public class SapUserService extends BaseService {
|
|
|
} else if (Tools.isEmpty(sapUser.getFirstOrgName())) {
|
|
|
return "一级组织为空";
|
|
|
}
|
|
|
- if(ConfConfig.getConfigString("ingorePersonIds").contains(sapUser.getPersonId())) {
|
|
|
+ if (WebConstants.INGORE_PERSONIDS.contains("," + sapUser.getPersonId() + ",")) {
|
|
|
return "忽略数据(兼职用户)";
|
|
|
}
|
|
|
return null;
|