安邦工具箱培训数据接收接口

This commit is contained in:
2024-09-03 16:22:00 +08:00
parent 197b55e6bd
commit 9f70d34ed2
23 changed files with 1951 additions and 58 deletions
+4
View File
@@ -763,6 +763,10 @@ namespace BLL
{
newPerson.TeamGroupId = person.TeamGroupId;
}
if (!string.IsNullOrEmpty(person.WorkPostName))
{
person.WorkPostId = WorkPostService.AddWorkPostByName(person.WorkPostName);
}
if (!string.IsNullOrEmpty(person.WorkPostId))
{
newPerson.WorkPostId = person.WorkPostId;