20230316新增人员出入记录操作日志
This commit is contained in:
@@ -7,6 +7,7 @@ using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Web.UI.WebControls;
|
||||
using AspNet = System.Web.UI.WebControls;
|
||||
using Model;
|
||||
|
||||
namespace FineUIPro.Web.CQMS.PersonManage
|
||||
{
|
||||
@@ -165,7 +166,7 @@ namespace FineUIPro.Web.CQMS.PersonManage
|
||||
if (welder != null)
|
||||
{
|
||||
welder.States = Const.ProjectPersonStates_2;
|
||||
BLL.SitePerson_PersonService.UpdateSitePerson(welder);
|
||||
Funs.DB.SubmitChanges();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user