Commit 3446b106 by huiyang.chen

添加svc交易号

parent 7bb32527
...@@ -155,6 +155,7 @@ public class OrderCommonService { ...@@ -155,6 +155,7 @@ public class OrderCommonService {
}else if(orderBean.getAmount() > 0 && StringUtils.isNotEmpty(cardCode)){ }else if(orderBean.getAmount() > 0 && StringUtils.isNotEmpty(cardCode)){
//svc卡支付 //svc卡支付
orderPayResponse = orderService.svcPay(cardCode, orderBean, paymentRequest, orderBean.getOid(), LogThreadLocal.getTrackingNo()); orderPayResponse = orderService.svcPay(cardCode, orderBean, paymentRequest, orderBean.getOid(), LogThreadLocal.getTrackingNo());
orderExtInfoDto.setPrePayTransId(orderPayResponse.getPayTransId());
}else if(orderBean.getAmount() < 0){ }else if(orderBean.getAmount() < 0){
throw new ServiceException(ResponseResult.PAY_AMOUNT_ERROR); throw new ServiceException(ResponseResult.PAY_AMOUNT_ERROR);
}else{ }else{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment