fix 修复 oss 列表 用户名回显错误

2.X
疯狂的狮子Li 2023-06-30 15:04:48 +08:00
parent ae54a9eaad
commit 36515742ca
1 changed files with 7 additions and 2 deletions

View File

@ -55,8 +55,13 @@ public class SysOssVo implements Serializable {
/**
*
*/
@Translation(type = TransConstant.USER_ID_TO_NAME)
private String createBy;
private Long createBy;
/**
*
*/
@Translation(type = TransConstant.USER_ID_TO_NAME, mapper = "createBy")
private String createByName;
/**
*