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

This commit is contained in:
疯狂的狮子Li
2023-06-30 15:04:48 +08:00
parent ae54a9eaad
commit 36515742ca

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;
/**
* 服务商