记得上下班打卡 | git大法好,push需谨慎

Commit 5d03270c authored by jiangxiulong's avatar jiangxiulong

Merge remote-tracking branch 'origin/jxl_1214_refund' into dev_merchant

parents 041d4829 e854d7b7
...@@ -73,9 +73,9 @@ public class OrderRefundOvertimeServiceImpl implements IKylinOrderRefundsService ...@@ -73,9 +73,9 @@ public class OrderRefundOvertimeServiceImpl implements IKylinOrderRefundsService
if (res) { if (res) {
// 优惠券 库存 积分 大美已自己处理 // 优惠券 库存 积分 大美已自己处理
// 同步大麦 票务平台 // 同步大麦 票务平台
/*KylinOrderTicketVo orderData = dataUtils.getOrderTicketVo(orderTicketsId); KylinOrderTicketVo orderData = dataUtils.getOrderTicketVo(orderTicketsId);
KylinPerformanceVo vo = dataUtils.getPerformanceVo(orderData.getPerformanceId()); KylinPerformanceVo vo = dataUtils.getPerformanceVo(orderData.getPerformanceId());
taobaoTicketUtils.refundDamaiOrder(orderData, vo);*/ taobaoTicketUtils.refundDamaiOrder(orderData, vo);
return true; return true;
} else { } else {
return false; return false;
......
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