Authored by 胡古飞

有货融到UFO的只在有货的展示,咸鱼不展示

... ... @@ -127,8 +127,8 @@ public class YohoToUfoIndexBuilder extends IIndexBuilder {
ufoProductIndexBO.setProductName(productIndexBO.getProductName());
ufoProductIndexBO.setKeyWords(productIndexBO.getProductKeyword());
ufoProductIndexBO.setOrderBy(0);
// 默认有货和咸鱼都能显示
ufoProductIndexBO.setShowChannel("0,1");
// 有货融到UFO的只在有货的展示,咸鱼不展示
ufoProductIndexBO.setShowChannel("0");
// 性别
if (productIndexBO.getGender() != null) {
ufoProductIndexBO.setGender(productIndexBO.getGender());
... ...