Commit 8b88e2c7 authored by clone's avatar clone

bug

parent c5b43d57
...@@ -217,7 +217,7 @@ class OrderLog extends Basic ...@@ -217,7 +217,7 @@ class OrderLog extends Basic
public function selectReportAll() public function selectReportAll()
{ {
$params = $this->params; $params = $this->params;
if (!isset($params["order_no"])) { if (!isset($params["order_id"])) {
return $this->response("101", "请求参数错误"); return $this->response("101", "请求参数错误");
} }
/* $params = array( /* $params = array(
......
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