安邦工具箱培训数据接收接口
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user