edit-admin-agent3

This commit is contained in:
lccsw
2021-11-02 11:22:50 +08:00
parent 1236cd3e42
commit 2542dc14d7
+1 -1
View File
@@ -663,7 +663,7 @@ class Orders extends HD_Controller
if (!$row) {
return $this->show_json(SYS_CODE_FAIL, '参数错误!');
}
if ($row['status'] >= 4) {
if ($row['status'] <= 4) {
return $this->show_json(SYS_CODE_FAIL, '修改失败,该订单不处于代办阶段');
}
$this->order_agents_model->update(['status' => 1], ['o_id' => $oid]);