diff --git a/dsBaseRpc/RpcService/BaseStudent/BaseStudentDao/BaseStudentDao.go b/dsBaseRpc/RpcService/BaseStudent/BaseStudentDao/BaseStudentDao.go index ab935bd4..541af0f7 100644 --- a/dsBaseRpc/RpcService/BaseStudent/BaseStudentDao/BaseStudentDao.go +++ b/dsBaseRpc/RpcService/BaseStudent/BaseStudentDao/BaseStudentDao.go @@ -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"] = "女"