From df70a08227a58b1079c8820c644475d006251411 Mon Sep 17 00:00:00 2001 From: wubin Date: Tue, 27 Oct 2020 15:21:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9262=E8=A1=8C=E6=80=A7?= =?UTF-8?q?=E5=88=AB=E7=A0=81=E5=88=A4=E6=96=AD=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../RpcService/BaseStudent/BaseStudentDao/BaseStudentDao.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] = "女"