Commit 882bca9c authored by clone's avatar clone

bug

parent 1ff7cf56
......@@ -236,12 +236,12 @@ class OrderLog extends Basic
public function selectReportAll()
{
$params = $this->params;
if (!isset($params["order_id"])) {
/* if (!isset($params["order_id"])) {
return $this->response("101", "请求参数错误");
}
/* $params = array(
"order_id" => 1,
);*/
}*/
$params = array(
"order_id" => 53630,
);
$data = $this->service_->selectListByOrderNo($params["order_id"]);
return $this->response("200", "request success", $data);
}
......
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