345 门诊挂号:患者性别数据展示与档案不一致(档案为“女”,挂号显示“未知”)
This commit is contained in:
@@ -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;
|
||||
|
||||
/** 学号 */
|
||||
|
||||
Reference in New Issue
Block a user