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

Commit b2f96ded authored by jiangxiulong's avatar jiangxiulong

快递票用户不可退

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