11
This commit is contained in:
@@ -376,6 +376,16 @@ namespace FineUIPro.Web.HSSE.SitePerson
|
||||
}
|
||||
}
|
||||
SaveData();
|
||||
|
||||
#region 推送至总包单位
|
||||
var porject = BLL.ProjectService.GetProjectByProjectId(this.ProjectId);
|
||||
if (!string.IsNullOrWhiteSpace(porject.SubjectUnit) && !string.IsNullOrWhiteSpace(porject.SubjectProject))
|
||||
{
|
||||
//项目关联了总包单位项目,保存成功后自动推送至总包单位
|
||||
APIPersonSyncService.pushPersonLists(this.ProjectId, this.PersonId);
|
||||
}
|
||||
#endregion
|
||||
|
||||
PageContext.RegisterStartupScript(ActiveWindow.GetHidePostBackReference());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user