Authored by 胡古飞

有货融入ufo默认在咸鱼和有货都展示

... ... @@ -127,7 +127,9 @@ public class YohoToUfoIndexBuilder extends IIndexBuilder {
ufoProductIndexBO.setProductName(productIndexBO.getProductName());
ufoProductIndexBO.setKeyWords(productIndexBO.getProductKeyword());
ufoProductIndexBO.setOrderBy(0);
//性别
// 默认有货和咸鱼都能显示
ufoProductIndexBO.setShowChannel("0,1");
// 性别
if (productIndexBO.getGender() != null) {
ufoProductIndexBO.setGender(productIndexBO.getGender());
ufoProductIndexBO.setGenderS(productIndexBO.getGender().replace('1', '男').replace('2', '女').replace("3", "男/女"));
... ...