|
@@ -690,6 +690,7 @@ class Dispatch extends Common
|
|
// 更新订单状态
|
|
// 更新订单状态
|
|
$data = [];
|
|
$data = [];
|
|
$data["status"] = $status;
|
|
$data["status"] = $status;
|
|
|
|
+ $data["is_comment"] = 1;//要求直接自动已评价,为了前端不显示立即评价按钮
|
|
$where = [];
|
|
$where = [];
|
|
$where["order_no"] = $order_no;
|
|
$where["order_no"] = $order_no;
|
|
$res4 = $orderModel->update($data,$where);
|
|
$res4 = $orderModel->update($data,$where);
|