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

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

非法途径 申请退款

下单接口增加锁
parent 7be6f7a1
......@@ -1148,14 +1148,13 @@ public class KylinOrderTicketsServiceImpl implements IKylinOrderTicketsService {
String uid = CurrentUtil.getCurrentUid();
KylinOrderTicketVo orderTicketVo = dataUtils.getOrderTicketVo(orderId);
List<KylinOrderRefundsVo> kylinOrderRefundsVoBaseList = dataUtils.getOrderRefundVoByOrderId(orderTicketVo.getOrderTicketsId());
String ticketId = orderTicketVo.getTicketId();
if (!orderTicketVo.getUserId().equals(uid)) {
return "无权查看";
}
if (!orderTicketVo.getPayStatus().equals(1)) {
return "暂不支持退款";
}
}or
KylinPerformanceVo performanceVo = dataUtils.getPerformanceVo(orderTicketVo.getPerformanceId());
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