From 2689ea392ba0fc2628f1808c64fdd8e50dd093ba Mon Sep 17 00:00:00 2001 From: Frane Date: Sun, 19 Sep 2021 09:04:08 +0800 Subject: [PATCH] =?UTF-8?q?20210919=20=E5=AE=9E=E5=90=8D=E5=88=B6=E5=90=8C?= =?UTF-8?q?=E6=AD=A5=E8=BA=AB=E4=BB=BD=E8=AF=81=E6=9C=89=E6=95=88=E6=9C=9F?= =?UTF-8?q?=20=E6=B0=B8=E4=B9=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SGGL/BLL/ZHGL/RealName/SynchroSetService.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SGGL/BLL/ZHGL/RealName/SynchroSetService.cs b/SGGL/BLL/ZHGL/RealName/SynchroSetService.cs index a3649658..877a32c2 100644 --- a/SGGL/BLL/ZHGL/RealName/SynchroSetService.cs +++ b/SGGL/BLL/ZHGL/RealName/SynchroSetService.cs @@ -982,7 +982,7 @@ namespace BLL idcardNumber = x.IdentityCard, idcardStartDate = x.IdcardStartDate.HasValue ? string.Format("{0:yyyy-MM-dd}", x.IdcardStartDate) : null, idcardEndDate = x.IdcardEndDate.HasValue ? string.Format("{0:yyyy-MM-dd}", x.IdcardEndDate) : null, - idcardForever = x.IdcardForever, + idcardForever = "Y", politicsStatus = x.PoliticsStatus, eduLevel = x.EduLevel, maritalStatus = x.MaritalStatus, @@ -1112,7 +1112,7 @@ namespace BLL idcardNumber = x.IdentityCard, idcardStartDate = x.IdcardStartDate.HasValue ? string.Format("{0:yyyy-MM-dd}", x.IdcardStartDate) : null, idcardEndDate = x.IdcardEndDate.HasValue ? string.Format("{0:yyyy-MM-dd}", x.IdcardEndDate) : null, - idcardForever = x.IdcardForever, + idcardForever = "Y", politicsStatus = x.PoliticsStatus, eduLevel = x.EduLevel, maritalStatus = x.MaritalStatus, @@ -1469,7 +1469,7 @@ namespace BLL idcardNumber = x.IdentityCard, idcardStartDate = x.IdcardStartDate.HasValue ? string.Format("{0:yyyy-MM-dd}", x.IdcardStartDate) : null, idcardEndDate = x.IdcardEndDate.HasValue ? string.Format("{0:yyyy-MM-dd}", x.IdcardEndDate) : null, - idcardForever = x.IdcardForever, + idcardForever = "Y", politicsStatus = x.PoliticsStatus, eduLevel = x.EduLevel, maritalStatus = x.MaritalStatus,