Authored by wangshusheng

修改

@@ -126,7 +126,7 @@ public class CutDownPriceServiceImpl implements ICutDownPriceService { @@ -126,7 +126,7 @@ public class CutDownPriceServiceImpl implements ICutDownPriceService {
126 request.setParams(Lists.newArrayList(productSkn)); 126 request.setParams(Lists.newArrayList(productSkn));
127 ProductBo[] productBoArray = serviceCaller.call("product.batchQueryNamesAndImageBySkns", request, ProductBo[].class); 127 ProductBo[] productBoArray = serviceCaller.call("product.batchQueryNamesAndImageBySkns", request, ProductBo[].class);
128 // 组装信息 128 // 组装信息
129 - CutDownPriceActivityProductBo bo = buildCutDownPriceActivityProductBo(activityBo, cutDownPriceProductBo, helpUserBos, productBoArray) 129 + CutDownPriceActivityProductBo bo = buildCutDownPriceActivityProductBo(activityBo, cutDownPriceProductBo, helpUserBos, productBoArray);
130 bo.setUseCount(selectCutdownPriceOrderRecordCount(cutPriceHelpUserRequestBO)); 130 bo.setUseCount(selectCutdownPriceOrderRecordCount(cutPriceHelpUserRequestBO));
131 return bo; 131 return bo;
132 } 132 }