Commit d5913d9c authored by hujun's avatar hujun

独家

parent d60c6302
...@@ -235,6 +235,7 @@ class GHouses extends BaseModel ...@@ -235,6 +235,7 @@ class GHouses extends BaseModel
$agents = new GHousesToAgents(); $agents = new GHousesToAgents();
$agents->addAgents($params['agent_data'], $house_id,1); $agents->addAgents($params['agent_data'], $house_id,1);
$agents->addAgents($params['agent_dish'], $house_id,2); $agents->addAgents($params['agent_dish'], $house_id,2);
$agents->addAgents($params['exclusive_ids'], $house_id,3);
return $house_id; return $house_id;
} }
} }
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