Commit 4f122287 by sdif

Merge remote-tracking branch 'origin/dev' into dev

parents 75f44c08 d28b4772
......@@ -67,6 +67,8 @@ public class SysOssServiceImpl implements ISysOssService, OssService {
SysOssVo vo = SpringUtils.getAopProxy(this).getById(id);
if (ObjectUtil.isNotNull(vo)) {
list.add(this.matchingUrl(vo));
} else {
list.add(baseMapper.selectVoById(id));
}
}
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