Authored by 胡古飞

fix bug

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