|
|
@@ -1056,9 +1056,9 @@ public class CmsOrderDonServiceImpl extends ServiceImpl<OrderDonMapper,OrderDon>
|
|
|
} else {
|
|
|
endTime = DateUtil.offsetMonth(orderDon.getCreatedTime(), months * num);
|
|
|
}
|
|
|
- if (now.isAfter(endTime)) {
|
|
|
- throw BusinessRuntimeException.getInstance("该订单车票已过期");
|
|
|
- }
|
|
|
+// if (now.isAfter(endTime)) {
|
|
|
+// throw BusinessRuntimeException.getInstance("该订单车票已过期");
|
|
|
+// }
|
|
|
if (orderDon.getOrderType() == 1) {
|
|
|
//是否有其他付款订单是否过期
|
|
|
OrderDon otherOrder = orderDonMapper.selectOne(Wrappers.lambdaQuery(OrderDon.class)
|