|
@@ -372,6 +372,12 @@ func handleUser(xyUserInfo xiangyu.UserData, xyUserId string, departmentMap map[
|
|
|
userInfo.RealName = xyUserInfo.FullName
|
|
|
}
|
|
|
|
|
|
+ // 外部id
|
|
|
+ if userInfo.OutID == `` {
|
|
|
+ updateColList = append(updateColList, "OutID")
|
|
|
+ userInfo.OutID = xyUserId
|
|
|
+ }
|
|
|
+
|
|
|
if len(updateColList) > 0 {
|
|
|
updateColList = append(updateColList, "LastUpdatedTime")
|
|
|
userInfo.LastUpdatedTime = time.Now()
|