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

Commit f05eacf0 authored by jiangxiulong's avatar jiangxiulong

快递票不可退 关掉

parent ecddd4a3
...@@ -353,10 +353,10 @@ public class KylinOrderTicketsServiceImpl implements IKylinOrderTicketsService { ...@@ -353,10 +353,10 @@ public class KylinOrderTicketsServiceImpl implements IKylinOrderTicketsService {
} else { } else {
vo.setIsCanBack(0); vo.setIsCanBack(0);
} }
// 快递票不可退 // 快递票不可退
/*if (orderTicketVo.getGetTicketType().equals("express")) { if (orderTicketVo.getGetTicketType().equals("express")) {
vo.setIsCanBack(0); vo.setIsCanBack(0);
}*/ }
orderTicketVo.setOrderRefundListVos(orderRefundListVos); orderTicketVo.setOrderRefundListVos(orderRefundListVos);
if (orderTicketVo.getOrderCode().length() > 20) { if (orderTicketVo.getOrderCode().length() > 20) {
......
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