Commit 09880315 by 李传峰

Merge branch 'feature/fixAdvert' into 'master'

bug: [none] 广告不显示

See merge request rays/pcloud-book!1619
parents 4e3e3436 a74f113b
......@@ -4393,9 +4393,6 @@ public class ResourcePageBizImpl implements ResourcePageBiz {
resourcePageItemVOList.addAll(e.getItemVOList());
}
});
if (ListUtils.isEmpty(resourcePageItemVOList)) {
return new ArrayList<>();
}
fillOuterLink(resourcePageItemVOList);
fillSelfPic(resourcePageItemVOList);
try {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment