优化:修改历史遗留容易造成误解的方法名

This commit is contained in:
陈精华
2020-05-12 11:00:20 +08:00
committed by kl
parent c9a6956b0d
commit 44165d655d
3 changed files with 7 additions and 7 deletions

View File

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