20230316新增人员出入记录操作日志
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
using Microsoft.SqlServer.Dts.Runtime;
|
||||
using Model;
|
||||
using NPOI.SS.Formula.PTG;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Configuration;
|
||||
@@ -572,7 +574,16 @@ namespace BLL
|
||||
|
||||
if (!string.IsNullOrEmpty(newProjectPerson.SitePersonId))
|
||||
{
|
||||
SitePerson_PersonService.UpdateSitePerson(newProjectPerson);
|
||||
Model.Sys_Log newlog = new Sys_Log
|
||||
{
|
||||
UserId = newPerson.PersonId,
|
||||
MenuId = Const.PersonListMenuId,
|
||||
OperationName = "APP修改人员",
|
||||
OperationLog = "修改人员"+newPerson.PersonName,
|
||||
DataId = newPerson.PersonId,
|
||||
ProjectId = person.ProjectId,
|
||||
};
|
||||
SitePerson_PersonService.UpdateSitePerson(newProjectPerson, newlog);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user