Commit d574ecac authored by clone's avatar clone

bug

parent b78eef95
......@@ -44,7 +44,7 @@ class Bargain extends Basic
$submit_agent_id = $params["submit_agent_id"];
$status = $params["status"];
$is_my_correlation = $params["is_my_correlation"];
$keyword = $params["keyword"];
$keyword = empty($params["keyword"]) ? "" : $params["keyword"];
$result = $this->service_->getBargainList($pageNo, $pageSize, $submit_agent_id, $status, $is_my_correlation,$keyword);
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