Commit 462038f9 authored by zw's avatar zw

查询当前调整的成交报告

parent 8b392172
...@@ -658,7 +658,7 @@ class OrderLog extends Basic ...@@ -658,7 +658,7 @@ class OrderLog extends Basic
} }
try { try {
$result = $this->service_->getBargainListByOrderId($params); $result = $this->service_->getBargainListByOrderId($params["order_id"]);
if (count($result) > 0) { if (count($result) > 0) {
return $this->response("200", "request success", $result); return $this->response("200", "request success", $result);
} else { } else {
......
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