|
|
@ -82,7 +82,6 @@ public class SysOssServiceImpl implements ISysOssService {
|
|
|
|
for (Long id : StringUtils.splitTo(ossIds, Convert::toLong)) {
|
|
|
|
for (Long id : StringUtils.splitTo(ossIds, Convert::toLong)) {
|
|
|
|
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).getUrl());
|
|
|
|
|
|
|
|
try {
|
|
|
|
try {
|
|
|
|
list.add(this.matchingUrl(vo).getUrl());
|
|
|
|
list.add(this.matchingUrl(vo).getUrl());
|
|
|
|
} catch (Exception ignored) {
|
|
|
|
} catch (Exception ignored) {
|
|
|
|