引用问题处理
This commit is contained in:
parent
b36cb3d38b
commit
97ac292069
|
@ -303,7 +303,7 @@ public class ImageServiceImpl extends ServiceImpl<ImageMapper, ImageEntity> impl
|
|||
List<String> split = StrUtil.split(imageDownPath, StrUtil.SLASH, true, true);
|
||||
// /static/image/source/date
|
||||
try {
|
||||
DateUtil.parseDate(split.get(4));
|
||||
DateUtil.parseDate(split.get(3));
|
||||
filePaths.add(imageDownPath);
|
||||
} catch (Exception ignore) {}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue