20210919 实名制同步身份证有效期 永久
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user