Commit 462038f9 authored by zw's avatar zw

查询当前调整的成交报告

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