Commit 7b1d1b99 by 王力

Merge branch 'dev_order_detail' into 'develop'

修复更新错误

See merge request !188
2 parents 282117f6 11499a96
......@@ -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!