|
@@ -1849,7 +1849,7 @@ public class StoreOrderServiceImpl extends AbstractService<StoreOrder> implement
|
|
|
Result result1 = accountDubboServiceClient.openGroup(openParam);
|
|
Result result1 = accountDubboServiceClient.openGroup(openParam);
|
|
|
log.info("accountDubboServiceClient.openGroup result1:" + result1);
|
|
log.info("accountDubboServiceClient.openGroup result1:" + result1);
|
|
|
if (!result1.getCode().equals("200")) {
|
|
if (!result1.getCode().equals("200")) {
|
|
|
- throw new ServiceException(I18nUtil.get("payment.failed") + result1.getMessage());
|
|
|
|
|
|
|
+ throw new ServiceException(I18nUtil.get("payment.failed"));
|
|
|
}
|
|
}
|
|
|
updateOrderStatus(storeOrder.getOrderId(), pinkOrderStatusEnum.getKey());
|
|
updateOrderStatus(storeOrder.getOrderId(), pinkOrderStatusEnum.getKey());
|
|
|
log.info("pinkSuccess storeOrder1" + storeOrder);
|
|
log.info("pinkSuccess storeOrder1" + storeOrder);
|
|
@@ -1869,7 +1869,7 @@ public class StoreOrderServiceImpl extends AbstractService<StoreOrder> implement
|
|
|
Result result1 = accountDubboServiceClient.joinGroup(joinParam);
|
|
Result result1 = accountDubboServiceClient.joinGroup(joinParam);
|
|
|
log.info("accountDubboServiceClient.joinGroup2 result1:" + result1);
|
|
log.info("accountDubboServiceClient.joinGroup2 result1:" + result1);
|
|
|
if (!result1.getCode().equals("200")) {
|
|
if (!result1.getCode().equals("200")) {
|
|
|
- throw new ServiceException(I18nUtil.get("payment.failed") + result1.getMessage());
|
|
|
|
|
|
|
+ throw new ServiceException(I18nUtil.get("payment.failed"));
|
|
|
}
|
|
}
|
|
|
updateOrderStatus(storeOrder.getOrderId(), pinkOrderStatusEnum.getKey());
|
|
updateOrderStatus(storeOrder.getOrderId(), pinkOrderStatusEnum.getKey());
|
|
|
log.info("storePinkService.pinkSuccess1 :" + storeOrder);
|
|
log.info("storePinkService.pinkSuccess1 :" + storeOrder);
|