fix 修复用户导出字典使用错误

2.X
疯狂的狮子li 2022-08-01 18:18:30 +08:00
parent ece3b7b26c
commit b74055f120
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ public class SysUserExportVo implements Serializable {
* 0 1 * 0 1
*/ */
@ExcelProperty(value = "帐号状态", converter = ExcelDictConvert.class) @ExcelProperty(value = "帐号状态", converter = ExcelDictConvert.class)
@ExcelDictFormat(dictType = "sys_common_status") @ExcelDictFormat(dictType = "sys_normal_disable")
private String status; private String status;
/** /**