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

Commit b13494bf authored by 胡佳晨's avatar 胡佳晨

非法途径 申请退款

下单接口增加锁
parent be04f1ef
...@@ -1154,7 +1154,7 @@ public class KylinOrderTicketsServiceImpl implements IKylinOrderTicketsService { ...@@ -1154,7 +1154,7 @@ public class KylinOrderTicketsServiceImpl implements IKylinOrderTicketsService {
if (!orderTicketVo.getPayStatus().equals(1)) { if (!orderTicketVo.getPayStatus().equals(1)) {
return "暂不支持退款"; return "暂不支持退款";
}or }
KylinPerformanceVo performanceVo = dataUtils.getPerformanceVo(orderTicketVo.getPerformanceId()); KylinPerformanceVo performanceVo = dataUtils.getPerformanceVo(orderTicketVo.getPerformanceId());
KylinTicketVo ticketVo = null; KylinTicketVo ticketVo = null;
......
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