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

Commit f408444c authored by jiangxiulong's avatar jiangxiulong

快递票不可退 关掉

parent 2d4f7a7e
...@@ -354,9 +354,9 @@ public class KylinOrderTicketsServiceImpl implements IKylinOrderTicketsService { ...@@ -354,9 +354,9 @@ public class KylinOrderTicketsServiceImpl implements IKylinOrderTicketsService {
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