|
@@ -59,9 +59,11 @@ public class SapUser implements Serializable {
|
|
|
|
|
|
public String toCompareString() {
|
|
|
StringBuilder sBuilder = new StringBuilder();
|
|
|
- sBuilder.append(userId).append(personId).append(username).append(name).append(firstOrgName)
|
|
|
- .append(secondOrgName).append(thirdOrgName).append(fourthOrgName).append(position).append(mobile)
|
|
|
- .append(businessPhone).append(gender).append(email).append(isPrimary);
|
|
|
+ sBuilder.append(userId).append(personId).append(username).append(name).append(firstOrgName).append(firstOrgId)
|
|
|
+ .append(firstOrgWxDepartId).append(secondOrgName).append(secondOrgId).append(secondOrgWxDepartId)
|
|
|
+ .append(thirdOrgName).append(thirdOrgId).append(thirdOrgWxDepartId).append(fourthOrgName)
|
|
|
+ .append(fourthOrgId).append(fourthOrgWxDepartId).append(position).append(mobile).append(businessPhone)
|
|
|
+ .append(gender).append(email).append(isPrimary);
|
|
|
return sBuilder.toString();
|
|
|
}
|
|
|
}
|