diff --git a/admin/controllers/receiver/orderv2/Orders.php b/admin/controllers/receiver/orderv2/Orders.php index 92aeda17..c2c16a90 100644 --- a/admin/controllers/receiver/orderv2/Orders.php +++ b/admin/controllers/receiver/orderv2/Orders.php @@ -850,7 +850,7 @@ class Orders extends HD_Controller $descrip = $this->input->post('descrip'); $type = $this->input->post('type'); $img = $this->input->post('img'); - if (!$money || !$pay_time || !$row || !$wx_mchid) { + if (!$money || !$row || !$wx_mchid) { return $this->show_json(SYS_CODE_FAIL, '参数错误'); } $p_row = $this->app_liche_orders_model->get(['pid'=>0,'o_id'=>$row['id']]);