mirror of
				https://github.com/dromara/RuoYi-Vue-Plus.git
				synced 2025-11-04 08:13:44 +08:00 
			
		
		
		
	fix 修复 部门与角色 状态导出字典使用错误
This commit is contained in:
		@@ -82,7 +82,7 @@ public class SysRole extends BaseEntity {
 | 
			
		||||
     * 角色状态(0正常 1停用)
 | 
			
		||||
     */
 | 
			
		||||
    @ExcelProperty(value = "角色状态", converter = ExcelDictConvert.class)
 | 
			
		||||
    @ExcelDictFormat(dictType = "sys_common_status")
 | 
			
		||||
    @ExcelDictFormat(dictType = "sys_normal_disable")
 | 
			
		||||
    private String status;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
 
 | 
			
		||||
@@ -61,7 +61,7 @@ public class SysPost extends BaseEntity {
 | 
			
		||||
     * 状态(0正常 1停用)
 | 
			
		||||
     */
 | 
			
		||||
    @ExcelProperty(value = "状态", converter = ExcelDictConvert.class)
 | 
			
		||||
    @ExcelDictFormat(dictType = "sys_common_status")
 | 
			
		||||
    @ExcelDictFormat(dictType = "sys_normal_disable")
 | 
			
		||||
    private String status;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user