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

Commit e854d7b7 authored by jiangxiulong's avatar jiangxiulong

超时支付申请直接同步大麦;platfrom没有那个工具类

parent 86e7249a
...@@ -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