@ -259,7 +259,7 @@ func ExportStudentInfoExcel(targetPath string, bureauId string, ExportExcelStatu
for i := range list {
record := list[i]
//扩展性别
if record["xbm"].(string) == "2" {
if record["xbm"].(string) == "1" {
record["xbm"] = "男"
} else {
record["xbm"] = "女"