edit-admin-agent3
This commit is contained in:
@@ -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]);
|
||||
|
||||
Reference in New Issue
Block a user