Commit 7ceb51ea authored by clone's avatar clone

咨询bug 楼盘显示

parent de645534
...@@ -254,8 +254,8 @@ class AppChat extends Basic ...@@ -254,8 +254,8 @@ class AppChat extends Basic
} }
$conditions['id'] = array( "eq", $params["id"] ); $conditions['id'] = array( "eq", $params["id"] );
$gHousesModel = new GHouses(); $gHousesModel = new GHouses();
//internal_title c端 //external_title c端
if ($params["from"] == "b") { if ($params["from"] == "C") {
$field = "id,external_title as title,shop_area_start,shop_area_end,rent_type,rent_price,shop_type"; $field = "id,external_title as title,shop_area_start,shop_area_end,rent_type,rent_price,shop_type";
} else { } else {
$field = "id,internal_title as title,shop_area_start,shop_area_end,rent_type,rent_price,shop_type"; $field = "id,internal_title as title,shop_area_start,shop_area_end,rent_type,rent_price,shop_type";
......
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