Commit 936906d4 authored by zw's avatar zw

bug

parent 8dc30fb7
......@@ -318,7 +318,8 @@ class AppChat extends Basic
if ($params["from"] == "C") {
$field = "id,external_title as title,shop_area_start,shop_area_end,rent_type,rent_price,shop_type";
} else {
$field = "id,internal_title as title,shop_area_start,shop_area_end,rent_type,rent_price,shop_type";
//todo 1004 暂时修复
$field = "id,external_title as title,shop_area_start,shop_area_end,rent_type,rent_price,shop_type";
}
$result = $gHousesModel->getHouseInfoById($field, $conditions);
......
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