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

Commit 085a4042 authored by 胡佳晨's avatar 胡佳晨

增加入库

parent 99984ded
...@@ -270,9 +270,9 @@ public class KylinOrderTicketsServiceImpl implements IKylinOrderTicketsService { ...@@ -270,9 +270,9 @@ public class KylinOrderTicketsServiceImpl implements IKylinOrderTicketsService {
// } else { // } else {
// vo.setIsCanBack(0); // vo.setIsCanBack(0);
// } // }
if(orderTicketVo.getTransferStatus().equals(3)){ if (orderTicketVo.getTransferStatus().equals(3) && LocalDateTime.now().isBefore(DateUtil.Formatter.yyyyMMddHHmmss.parse(orderTicketVo.getUseStart()))) {
vo.setIsCanBack(1); vo.setIsCanBack(1);
}else{ } else {
vo.setIsCanBack(0); vo.setIsCanBack(0);
} }
......
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