Commit 72598f73 by 邹磊浩

修改代码

parent e5230c34
...@@ -67,6 +67,8 @@ public class SysOssServiceImpl implements ISysOssService, OssService { ...@@ -67,6 +67,8 @@ public class SysOssServiceImpl implements ISysOssService, OssService {
SysOssVo vo = SpringUtils.getAopProxy(this).getById(id); SysOssVo vo = SpringUtils.getAopProxy(this).getById(id);
if (ObjectUtil.isNotNull(vo)) { if (ObjectUtil.isNotNull(vo)) {
list.add(this.matchingUrl(vo)); list.add(this.matchingUrl(vo));
} else {
list.add(baseMapper.selectVoById(id));
} }
} }
return list; return list;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment