Commit 3673d06d authored by zhuwei's avatar zhuwei

权限

parent e702744c
......@@ -717,7 +717,7 @@ class HouseService
*/
public function isCanEditOnlyContract($agent_id,$shop_id){
$s_vip = new VipService();
$is_quanxian = $s_vip->vip($agent_id);
$is_quanxian = $s_vip->vip($agent_id,'edit_only_contract');
if($is_quanxian == 1){
//是否存在独家方 查询
$m_houses_to_agents_res = $this->getShopOnlyAgentId($shop_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