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