mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2026-04-26 06:58:33 +08:00
fix 修复 oss 列表 用户名回显错误
This commit is contained in:
@@ -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;
|
||||
|
||||
/**
|
||||
* 服务商
|
||||
|
||||
Reference in New Issue
Block a user