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