This commit is contained in:
geh
2026-07-09 16:32:57 +08:00
parent f9d6a03933
commit cfb60fd1d6
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -640,7 +640,7 @@ namespace BLL
}
newPerson.Address = person.Address;
newPerson.ProjectId = person.ProjectId;
newPerson.UnitId = person.UnitId;
// newPerson.UnitId = person.UnitId;
newPerson.TeamGroupId = person.TeamGroupId;
newPerson.WorkAreaId = person.WorkAreaId;
newPerson.WorkPostId = person.WorkPostId;