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

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

无法xx拦截

parent 1058e9d2
......@@ -834,7 +834,7 @@ public class KylinOrderTicketsServiceImpl implements IKylinOrderTicketsService {
if(orderTicketVo==null){
return ResponseDto.failure("无订单");
}
if (!orderTicketVo.getTransferStatus().equals(1)) {
if (!orderTicketVo.getTransferStatus().equals(3)) {
return ResponseDto.failure("无法接收");
}
LocalDateTime now = LocalDateTime.now();
......
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