Authored by 胡古飞

fix bug

... ... @@ -84,6 +84,8 @@ public class GeneralDataBuilder {
productIndexBO.setIsInstalment(p.getIsInstalment());
// 一级销售分类
productIndexBO.setPhysicalChannels(p.getPhysicalChannels());
// 设置bundle_type
productIndexBO.setBundleType(p.getBundleType());
productIndexBOs.add(productIndexBO);
}
}
... ...