|
@@ -187,6 +187,7 @@ public class OrderExpirationServiceImpl implements OrderExpirationService, Comma
|
|
|
LawyerConsultationOrder update = new LawyerConsultationOrder();
|
|
LawyerConsultationOrder update = new LawyerConsultationOrder();
|
|
|
update.setId(order.getId());
|
|
update.setId(order.getId());
|
|
|
update.setOrderStatus(5);
|
|
update.setOrderStatus(5);
|
|
|
|
|
+ update.setApplyRefundTime(new Date());
|
|
|
orderMapper.updateById( update);
|
|
orderMapper.updateById( update);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|