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