未验证 提交 4a6e8b7a 编写于 作者: G guohaozhang 提交者: GitHub

[Fix-#5103] fix resource rename cause can not update (#5107)

上级 91c29e6c
......@@ -362,6 +362,7 @@ public class ResourcesServiceImpl extends BaseServiceImpl implements ResourcesSe
Date now = new Date();
resource.setAlias(name);
resource.setFileName(name);
resource.setFullName(fullName);
resource.setDescription(desc);
resource.setUpdateTime(now);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册