Commit 62852712 by 丁伟峰

Merge remote-tracking branch 'origin/develop' into develop

2 parents b74a2cae 7b1d1b99
......@@ -172,8 +172,7 @@ public class OrderAssignImpl implements OrderAssign {
}
// 更新order_request表为未指派
LambdaUpdateWrapper<OrderRequest> orderWrapper = new LambdaUpdateWrapper<>();
orderWrapper.set(OrderRequest::getAppointmentStatus, "NOT_ASSIGNED");
order.setAppointmentStatus("NOT_ASSIGNED");
orderRequestMPDao.updateById(order);
// 更新order_appointment表为未指派
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!