Commit 2e1ade74 authored by zhuwei's avatar zhuwei

1

parent 07178cb7
...@@ -907,7 +907,6 @@ class Broker extends Basic ...@@ -907,7 +907,6 @@ class Broker extends Basic
"agents_id" => 6524,//需要被拉黑经纪人id "agents_id" => 6524,//需要被拉黑经纪人id
"content" => 'ceshi',//理由 "content" => 'ceshi',//理由
);*/ );*/
if (!isset($params["agents_id"])) { if (!isset($params["agents_id"])) {
return $this->response("101", "请求参数错误"); return $this->response("101", "请求参数错误");
} }
......
...@@ -75,7 +75,7 @@ class AAgentsBlackList extends Model ...@@ -75,7 +75,7 @@ class AAgentsBlackList extends Model
public function updateDatas($params) public function updateDatas($params)
{ {
$result = $this->update($params); $result = $this->update($params);
//dump($this->getLastSql()); // echo $this->getLastSql();
return $result; return $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