|
|
|
@ -523,7 +523,7 @@ func readToTable(excelPath string, s1 ExcelUtil.TemplateStruct, MapOrgName map[s
|
|
|
|
|
m.Xbm = "2"
|
|
|
|
|
}
|
|
|
|
|
//出生日期
|
|
|
|
|
m.Csrq=DateUtil.ConvertDate(row[3])
|
|
|
|
|
m.Csrq = DateUtil.ConvertDate(row[3])
|
|
|
|
|
//民族
|
|
|
|
|
m.Mzm = SysDictKit.MapDictKindChineseToCode["mzm_"+row[4]]
|
|
|
|
|
//政治面貌
|
|
|
|
@ -555,6 +555,8 @@ func readToTable(excelPath string, s1 ExcelUtil.TemplateStruct, MapOrgName map[s
|
|
|
|
|
}
|
|
|
|
|
//联系电话
|
|
|
|
|
m.Lxdh = row[14]
|
|
|
|
|
//人员ID
|
|
|
|
|
m.PersonId = row[15]
|
|
|
|
|
//批次号
|
|
|
|
|
m.BatchId = batchId
|
|
|
|
|
//第几行的数据
|
|
|
|
|