master:图搜热款报错修复;
parent
3ee7a420d8
commit
0386d78377
|
|
@ -120,6 +120,9 @@ public class PictureSearchServiceImpl implements IPictureSearchService {
|
|||
// 重新缓存数据到redis
|
||||
picSearchHotList = this.cacheImgSearchTopProduct();
|
||||
}
|
||||
if (CollectionUtils.isEmpty(picSearchHotList)) {
|
||||
return Collections.emptyList();
|
||||
}
|
||||
picSearchHotList.forEach(x -> {
|
||||
// 查询档口会员等级
|
||||
StoreMember member = this.redisCache.getCacheObject(CacheConstants.STORE_MEMBER + x.getStoreId());
|
||||
|
|
|
|||
Loading…
Reference in New Issue