|
@@ -540,12 +540,10 @@ public class PageServiceImpl implements PageService {
|
|
String chose = product.getProductDetailChose();
|
|
String chose = product.getProductDetailChose();
|
|
if (StringUtils.isNotEmpty(chose) && "2".equals(chose)) {
|
|
if (StringUtils.isNotEmpty(chose) && "2".equals(chose)) {
|
|
//将商品详情展示为普通机构商品详情
|
|
//将商品详情展示为普通机构商品详情
|
|
- log.info("本商品不同资质机构商品详情 productDetailChose"+chose);
|
|
|
|
String info = null == productDetail.getDetailInfo2() ? "若要查看更多产品信息,请注册机构会员,如有疑问请联系客服。" : productDetail.getDetailInfo2();
|
|
String info = null == productDetail.getDetailInfo2() ? "若要查看更多产品信息,请注册机构会员,如有疑问请联系客服。" : productDetail.getDetailInfo2();
|
|
productDetail.setDetailInfo(info);
|
|
productDetail.setDetailInfo(info);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- log.info("------------------------------------->productDetail详情"+productDetail.toString());
|
|
|
|
product.setProductDetail(productDetail);
|
|
product.setProductDetail(productDetail);
|
|
// 相关参数
|
|
// 相关参数
|
|
List<ProductParameterPo> parametersList = shopMapper.getProductParameters(productId);
|
|
List<ProductParameterPo> parametersList = shopMapper.getProductParameters(productId);
|