fix 修复 删除漏删代码
parent
413ead84fe
commit
71413709bf
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue