From db829dfeb1285cfd65a0f8d1e5b9a87de5648013 Mon Sep 17 00:00:00 2001 From: xiaju <1784803958@qq.com> Date: Tue, 12 Aug 2025 17:20:12 +0800 Subject: [PATCH] 1 --- SGGL/FineUIPro.Web/HSSE/SitePerson/PersonIn.aspx.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/SGGL/FineUIPro.Web/HSSE/SitePerson/PersonIn.aspx.cs b/SGGL/FineUIPro.Web/HSSE/SitePerson/PersonIn.aspx.cs index 89826aa..2c50452 100644 --- a/SGGL/FineUIPro.Web/HSSE/SitePerson/PersonIn.aspx.cs +++ b/SGGL/FineUIPro.Web/HSSE/SitePerson/PersonIn.aspx.cs @@ -1218,6 +1218,7 @@ namespace FineUIPro.Web.HSSE.SitePerson newPerson.IsOutside = persons[i].IsOutside; newPerson.IsUsed = persons[i].IsUsedName == "是" ? true : false; newPerson.IsCardUsed = persons[i].IsCardUsedName == "是" ? true : false; + newPerson.Remarks = persons[i].Remarks; var person = Funs.DB.SitePerson_Person.Where(x => x.IdentityCard == newPerson.IdentityCard).OrderByDescending(x => x.InTime).FirstOrDefault(); if (person != null) {