2023-03-30 报表升级
This commit is contained in:
@@ -570,12 +570,12 @@ namespace FineUIPro.Web.HSSE.SitePerson
|
||||
person.PersonId = PersonId;
|
||||
// BLL.PersonService.UpdatePerson(person);
|
||||
//判断并更新项目用户的主副专业信息
|
||||
//var projectUser = BLL.ProjectUserService.GetProjectUserByProjectIdAndIdentityCard(this.ProjectId, person.IdentityCard);
|
||||
//var projectUser = BLL.ProjectPerson_PersonsService.GetProjectUserByProjectIdAndIdentityCard(this.ProjectId, person.IdentityCard);
|
||||
//if (projectUser != null)
|
||||
//{
|
||||
// //projectUser.MainCNProfessionalId = person.MainCNProfessionalId;
|
||||
// //projectUser.ViceCNProfessionalId = person.ViceCNProfessionalId;
|
||||
// //BLL.ProjectUserService.UpdateProjectUser(projectUser);
|
||||
// //BLL.ProjectPerson_PersonsService.UpdateProjectUser(projectUser);
|
||||
//}
|
||||
//BLL.LogService.AddSys_Log(this.CurrUser, person.PersonName, person.PersonId, BLL.Const.PersonListMenuId, BLL.Const.BtnModify);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user