345 门诊挂号:患者性别数据展示与档案不一致(档案为“女”,挂号显示“未知”)

This commit is contained in:
2026-04-09 13:57:41 +08:00
parent 8a4be4e2ce
commit 6642fd9e1c
4 changed files with 9 additions and 9 deletions

View File

@@ -25,7 +25,7 @@ public class GfStudentListImportDto {
private String name;
/** 性别 */
@Excel(name = "性别", prompt = "必填", readConverterExp = "0=男性,1=女性,2=未知", combo = ",女,未知")
@Excel(name = "性别", prompt = "必填", readConverterExp = "1=男,2=女,0=未知", combo = "男,女,未知")
private String gender;
/** 学号 */