2023-03-30 报表升级

This commit is contained in:
2023-03-30 18:17:53 +08:00
parent 70bde21f2a
commit e7295249ff
185 changed files with 62531 additions and 1061 deletions
@@ -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);
}