优化:修改历史遗留容易造成误解的方法名
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