Commit 96224f91 authored by clone's avatar clone

1

parent d4f316ad
...@@ -311,7 +311,7 @@ class VerifyService ...@@ -311,7 +311,7 @@ class VerifyService
public function getCaseRoomByAgentId($agent_id,$type_str) public function getCaseRoomByAgentId($agent_id,$type_str)
{ {
$houseToAgentModel = new OfficeGRoomToAgent(); $houseToAgentModel = new OfficeGRoomToAgent();
$params["a.agents_id"] = $agent_id; $params["a.agent_id"] = $agent_id;
$params["a.type"] = array("in", $type_str); //案场权限人,盘方和独家 $params["a.type"] = array("in", $type_str); //案场权限人,盘方和独家
$params["a.is_del"] = 0; $params["a.is_del"] = 0;
...@@ -335,7 +335,7 @@ class VerifyService ...@@ -335,7 +335,7 @@ class VerifyService
public function getPanpartyAndExclusiveHouseIdByAgentId($agent_id) public function getPanpartyAndExclusiveHouseIdByAgentId($agent_id)
{ {
$houseToAgentModel = new GHousesToAgents(); $houseToAgentModel = new GHousesToAgents();
$params["a.agent_id"] = $agent_id; $params["a.agents_id"] = $agent_id;
$params["a.type"] = array("in", '2,3'); //盘方和独家 $params["a.type"] = array("in", '2,3'); //盘方和独家
$params["a.is_del"] = 0; $params["a.is_del"] = 0;
......
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