mirror of
				https://github.com/continew-org/continew-admin.git
				synced 2025-10-31 10:57:13 +08:00 
			
		
		
		
	fix: 修复未设置填充顺序导致的偶发性用户查询报错
This commit is contained in:
		| @@ -47,7 +47,7 @@ import java.util.Objects; | |||||||
| @Data | @Data | ||||||
| @ExcelIgnoreUnannotated | @ExcelIgnoreUnannotated | ||||||
| @Schema(description = "用户详情信息") | @Schema(description = "用户详情信息") | ||||||
| @Assemble(key = "id", prop = ":roleIds", container = ContainerConstants.USER_ROLE_ID_LIST) | @Assemble(key = "id", prop = ":roleIds", sort = 0, container = ContainerConstants.USER_ROLE_ID_LIST) | ||||||
| public class UserDetailResp extends BaseDetailResp { | public class UserDetailResp extends BaseDetailResp { | ||||||
|  |  | ||||||
|     @Serial |     @Serial | ||||||
|   | |||||||
| @@ -44,7 +44,7 @@ import java.util.Objects; | |||||||
|  */ |  */ | ||||||
| @Data | @Data | ||||||
| @Schema(description = "用户信息") | @Schema(description = "用户信息") | ||||||
| @Assemble(key = "id", prop = ":roleIds", container = ContainerConstants.USER_ROLE_ID_LIST) | @Assemble(key = "id", prop = ":roleIds", sort = 0, container = ContainerConstants.USER_ROLE_ID_LIST) | ||||||
| public class UserResp extends BaseDetailResp { | public class UserResp extends BaseDetailResp { | ||||||
|  |  | ||||||
|     @Serial |     @Serial | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user