fix 修复用户导出字典使用错误
This commit is contained in:
parent
4a796d0e81
commit
8fe07a7e6d
@ -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;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user