引用问题处理

This commit is contained in:
cuizhibin 2025-06-12 15:13:16 +08:00
parent b36cb3d38b
commit 97ac292069
1 changed files with 1 additions and 1 deletions

View File

@ -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) {}
}