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

Commit 74a8e3f9 authored by jiangxiulong's avatar jiangxiulong

去掉退款回调同步票务平台

parent 962ccd79
......@@ -292,9 +292,8 @@ public class KylinRefundsStatusServiceImpl {
}
}
}
// TODO: 2021/12/21 jxl 同步大麦
// 同步票务平台
try {
// 同步大麦 票务平台
/*try {
String accessToken = ticketSystemService.getAccessToken();
STRefundOrderParam stRefundOrderParam = STRefundOrderParam.getNew();
stRefundOrderParam.setRefundOrderId(refundInfo.getOrderRefundsId());
......@@ -309,7 +308,7 @@ public class KylinRefundsStatusServiceImpl {
}
} catch (Exception e) {
log.error("订单退款回调上报退票信息异常:[refundId={}, errorMsg={}, e={}]", refundInfo.getRefundId(), e.getMessage(), e);
}
}*/
}
// 退积分
try {
......
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