From f112007cb2862f1b98670af8792c5fa1f3ba7119 Mon Sep 17 00:00:00 2001 From: lsm Date: Wed, 14 Aug 2024 16:19:48 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E5=AF=BC=E5=85=A5=E5=90=8D=E5=8D=95?= =?UTF-8?q?=E8=87=AA=E5=8A=A8=E5=A1=AB=E5=85=85=E8=81=94=E7=B3=BB=E4=BA=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PEIS/Utils/ExcelHelper.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/PEIS/Utils/ExcelHelper.cs b/PEIS/Utils/ExcelHelper.cs index 147e7e2..b03edd4 100644 --- a/PEIS/Utils/ExcelHelper.cs +++ b/PEIS/Utils/ExcelHelper.cs @@ -88,6 +88,7 @@ namespace PEIS.Utils { // A-0-序号,B-1-姓名,C-2-性别,D-3-民族,E-4-婚姻,F-5-身份证号,G-6-住址,H-7-电话,I-8-部门,J-9备注 Name = dataRow.GetCell(1)?.ToString().Replace(" ", ""), + Contactor1 = dataRow.GetCell(1)?.ToString().Replace(" ", ""), Sex = sex.Contains("女")?"2":"1", Nation = dataRow.GetCell(3)?.ToString(), Marriage = dataRow.GetCell(4)?.ToString(),