Commit 4a956e93 authored by zw's avatar zw

Merge branch 'test' into 1224-v3.0.3

parents d200ed19 f6a098f4
...@@ -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);
} }
......
...@@ -40,8 +40,8 @@ class RankingListService ...@@ -40,8 +40,8 @@ class RankingListService
"10002" => 5 "10002" => 5
); );
$this->weekNumMax = array( $this->weekNumMax = array(
"10001" => 7, "10001" => 6,
"10002" => 7 "10002" => 6
); );
} }
......
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