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

2.X
疯狂的狮子Li 2 years ago
parent ae54a9eaad
commit 36515742ca

@ -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;
/**
*

Loading…
Cancel
Save