Commit 41ea3703 authored by zw's avatar zw

bug

parent 03e2b0a2
......@@ -71,7 +71,7 @@ class LookShopService
$params["houses_id"] = $house_id;
$params["agents_id"] = $agent_id;
$params["type"] = 2;
$params["is_del"] = 1;
$params["is_del"] = 0;
$housesToAgents = $this->gHousesToAgentsModel->getHouseToAgents("id", $params);
$isPanParty = count($housesToAgents) > 0 ? true : false;
//判断楼盘是否看过,看过了则不判断数量
......
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