zoujiajian 2 år sedan
förälder
incheckning
cc84cb893e

+ 1 - 1
netflix-service/src/main/java/com/cyksj/service/goods/impl/GoodsDonFrontServiceImpl.java

@@ -82,7 +82,7 @@ public class GoodsDonFrontServiceImpl implements GoodsDonFrontService {
 			if (realGoodsConfig.getTitle().contains("潮玩")) {
 				List<GoodsDonDetailFrontView> fashionGoodsList = beanSearcher.searchAll(GoodsDonDetailFrontView.class, MapUtils.builder().field(GoodsDonDetailFrontView::getType, 3)
 						.field(GoodsDonDetailFrontView::getId, 27).op(Operator.NotEqual)
-						.onlySelect(GoodsDonDetailFrontView::getTitle, GoodsDonDetailFrontView::getLogo, GoodsDonDetailFrontView::getMinPrice, GoodsDonDetailFrontView::getId)
+						.onlySelect(GoodsDonDetailFrontView::getTitle, GoodsDonDetailFrontView::getLogo, GoodsDonDetailFrontView::getMinPrice, GoodsDonDetailFrontView::getId, GoodsDonDetailFrontView::getTags)
 						.build());
 				if (CollUtil.isEmpty(fashionGoodsList)) {
 					continue;