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