...
|
...
|
@@ -634,7 +634,7 @@ public class CutDownPriceServiceImpl implements ICutDownPriceService { |
|
|
|
|
|
UicUserReqBO request = new UicUserReqBO();
|
|
|
request.setUids(uids);
|
|
|
logger.info("start invoke uic.getUserInfoListByYohoUid, uids is {}", uids);
|
|
|
logger.debug("start invoke uic.getUserInfoListByYohoUid, uids is {}", uids);
|
|
|
UserInfoRspBO[] userInfoBoArray = null;
|
|
|
try {
|
|
|
userInfoBoArray = serviceCaller.call("uic.getUserInfoListByYohoUid", request, UserInfoRspBO[].class);
|
...
|
...
|
@@ -653,7 +653,7 @@ public class CutDownPriceServiceImpl implements ICutDownPriceService { |
|
|
BatchBaseRequest<Integer> productRequest = new BatchBaseRequest<Integer>();
|
|
|
productRequest.setParams(productSkns);
|
|
|
try{
|
|
|
logger.info("start invoke product.batchQueryNamesAndImageBySkns, productSkns is {}", productSkns);
|
|
|
logger.debug("start invoke product.batchQueryNamesAndImageBySkns, productSkns is {}", productSkns);
|
|
|
productBoArray = serviceCaller.call("product.batchQueryNamesAndImageBySkns", productRequest, ProductBo[].class);
|
|
|
}catch(Exception e){
|
|
|
logger.warn("invoke product.batchQueryNamesAndImageBySkns failed, productSkns is {}, exception is{}", productSkns, e);
|
...
|
...
|
@@ -829,7 +829,7 @@ public class CutDownPriceServiceImpl implements ICutDownPriceService { |
|
|
}
|
|
|
}
|
|
|
// 商品名称、商品原价、当前价格、activityId、productSkn、uid
|
|
|
logger.info("cutprice success pushSuccessMessage, uid is{}, activityId is {}, productSkn is {}", userId, activityId,
|
|
|
logger.info("cutprice success pushSuccessMessage, uid is {}, activityId is {}, productSkn is {}", userId, activityId,
|
|
|
productSkn);
|
|
|
SendMessageRspBo sendMessageRsp = groupOrderService.cutPriceSuccess(String.valueOf(userId), productName,
|
|
|
String.valueOf(cutDownPriceProductBo.getHighPrice()),
|
...
|
...
|
|