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

Commit 1058e9d2 authored by 胡佳晨's avatar 胡佳晨

无法xx拦截

parent b9c871e5
...@@ -831,6 +831,9 @@ public class KylinOrderTicketsServiceImpl implements IKylinOrderTicketsService { ...@@ -831,6 +831,9 @@ public class KylinOrderTicketsServiceImpl implements IKylinOrderTicketsService {
enterSize = enterIdList.split(",").length; enterSize = enterIdList.split(",").length;
} }
KylinOrderTicketVo orderTicketVo = dataUtils.getTransferOrder(uid); KylinOrderTicketVo orderTicketVo = dataUtils.getTransferOrder(uid);
if(orderTicketVo==null){
return ResponseDto.failure("无订单");
}
if (!orderTicketVo.getTransferStatus().equals(1)) { if (!orderTicketVo.getTransferStatus().equals(1)) {
return ResponseDto.failure("无法接收"); return ResponseDto.failure("无法接收");
} }
......
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