feat:导出问题bug修改

kingbase
wangxy 10 months ago
parent 015f521af7
commit 57bc7cec14

@ -102,7 +102,7 @@ public class SysUser extends BaseEntity
private String userarea; private String userarea;
/** 民族 */ /** 民族 */
@Excel(name = "民族") @Excel(name = "民族",readConverterExp = "4=汉族,5=苗族,6=维吾尔族")
private String nation; private String nation;
/** 出生年月 */ /** 出生年月 */
@ -183,11 +183,11 @@ public class SysUser extends BaseEntity
} }
/** 政治面貌 */ /** 政治面貌 */
@Excel(name = "政治面貌") @Excel(name = "政治面貌",readConverterExp = "1=党员,2=团员,3=群众")
private String politics; private String politics;
/** 涉密程度 */ /** 涉密程度 */
@Excel(name = "涉密程度") @Excel(name = "涉密程度",readConverterExp = "0=一般涉密人员,1=重要涉密人员,2=核心涉密人员")
private String shemichengdu; private String shemichengdu;
/** 学历 */ /** 学历 */
@ -207,7 +207,7 @@ public class SysUser extends BaseEntity
private String helthy; private String helthy;
/** 审核状态 */ /** 审核状态 */
@Excel(name = "审核状态") @Excel(name = "审核状态",readConverterExp = "0=通过,1=未通过,2=待审核")
private String examine; private String examine;
/** 审核时间 */ /** 审核时间 */

Loading…
Cancel
Save