Commit 650b58aa authored by clone's avatar clone

注释

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