mirror of
https://gitee.com/kekingcn/file-online-preview.git
synced 2026-03-17 14:43:47 +08:00
优化:修改历史遗留容易造成误解的方法名
This commit is contained in:
@@ -27,7 +27,7 @@ public class PictureFilePreviewImpl implements FilePreview {
|
||||
List imgUrls = Lists.newArrayList(url);
|
||||
try{
|
||||
imgUrls.clear();
|
||||
imgUrls.addAll(fileUtils.getRedisImgUrls(fileKey));
|
||||
imgUrls.addAll(fileUtils.getImgCache(fileKey));
|
||||
}catch (Exception e){
|
||||
imgUrls = Lists.newArrayList(url);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user