@ -586,13 +586,13 @@ func readToTable(excelPath string, s1 ExcelUtil.TemplateStruct, MapClass map[str
//姓名
m.Xm = row[3]
//性别
if row[2] == "男" {
if row[4] == "男" {
m.Xbm = "1"
} else {
m.Xbm = "2"
}
//出生日期
m.Csrq = DateUtil.ConvertDate(row[3])
m.Csrq = DateUtil.ConvertDate(row[5])
//民族
m.Mzm = SysDictKit.MapDictKindChineseToCode["mzm_"+row[6]]
//政治面貌