Commit 1fff703f authored by clone's avatar clone

bug

parent 4585d64d
...@@ -45,7 +45,9 @@ class Bargain extends Basic ...@@ -45,7 +45,9 @@ class Bargain extends Basic
$status = $params["status"]; $status = $params["status"];
$is_my_correlation = $params["is_my_correlation"]; $is_my_correlation = $params["is_my_correlation"];
$keyword = empty($params["keyword"]) ? "" : $params["keyword"]; $keyword = empty($params["keyword"]) ? "" : $params["keyword"];
if ($is_my_correlation == 0) {//返回空
return $this->response("200", "success");
}
$result = $this->service_->getBargainList($pageNo, $pageSize, $submit_agent_id, $status, $is_my_correlation, $keyword); $result = $this->service_->getBargainList($pageNo, $pageSize, $submit_agent_id, $status, $is_my_correlation, $keyword);
return $this->response("200", "success", $result); return $this->response("200", "success", $result);
} }
......
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