Commit f6a098f4 authored by zw's avatar zw

报备时间轴

parent ab90bb1a
...@@ -496,7 +496,7 @@ class OrderLog extends Basic ...@@ -496,7 +496,7 @@ class OrderLog extends Basic
if (!isset($params["order_id"])) { if (!isset($params["order_id"])) {
return $this->response("101", "请求参数错误"); return $this->response("101", "请求参数错误");
} }
$data = $this->service_->selectListByOrderNoV2($params["order_id"]); $data = $this->service_->selectListByOrderNo($params["order_id"]);
return $this->response("200", "request success", $data); 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