Commit 5475fffa authored by clone's avatar clone

bug

parent 20ad7b19
...@@ -43,7 +43,6 @@ class OrderLog extends Basic ...@@ -43,7 +43,6 @@ class OrderLog extends Basic
{ {
$params = $this->params; $params = $this->params;
if (!isset($params["march_in_area"]) || !isset($params["report_id"]) || !isset($params["reception_id"]) if (!isset($params["march_in_area"]) || !isset($params["report_id"]) || !isset($params["reception_id"])
|| !isset($params["order_id"]) || !isset($params["order_no"])) { || !isset($params["order_id"]) || !isset($params["order_no"])) {
return $this->response("101", "请求参数错误"); return $this->response("101", "请求参数错误");
...@@ -62,7 +61,6 @@ class OrderLog extends Basic ...@@ -62,7 +61,6 @@ class OrderLog extends Basic
$is_ok = $this->o_march_in_model->addMarchIn($params); $is_ok = $this->o_march_in_model->addMarchIn($params);
$is_ok = 1;
if ($is_ok > 0) { if ($is_ok > 0) {
$ge_tui = new GeTuiUntils(); $ge_tui = new GeTuiUntils();
$report = new OReportModel(); $report = new OReportModel();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment