Commit d2e28e8f authored by hujun's avatar hujun

status

parent 968cde11
...@@ -1266,6 +1266,7 @@ class OfficeRoomService ...@@ -1266,6 +1266,7 @@ class OfficeRoomService
$tmp['price'] = empty($v['price']) ? 0:$v['price']/100; $tmp['price'] = empty($v['price']) ? 0:$v['price']/100;
$tmp['price_total'] = empty($v['price_total']) ? 0:$v['price_total']/100; $tmp['price_total'] = empty($v['price_total']) ? 0:$v['price_total']/100;
$tmp['shop_sign'] = $this->getBuildingSign($v['building_id']); $tmp['shop_sign'] = $this->getBuildingSign($v['building_id']);
$tmp['status'] = $v['status'];
$area = $this->MinField($v['building_id'], 'area'); $area = $this->MinField($v['building_id'], 'area');
$tmp['title'] = $v['disc'].' '.$v['business_name']. ' '.$v['title']. ' '.$area.'㎡'; $tmp['title'] = $v['disc'].' '.$v['business_name']. ' '.$v['title']. ' '.$area.'㎡';
$result_data[] = $tmp; $result_data[] = $tmp;
......
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