Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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 | } |
-
Please register or login to post a comment