Commit f8474de9 authored by hujun's avatar hujun

1

parent 7dbdab53
...@@ -594,7 +594,7 @@ class GHouses extends BaseModel ...@@ -594,7 +594,7 @@ class GHouses extends BaseModel
//价格 -1表示营业额扣点 存分 //价格 -1表示营业额扣点 存分
if (isset($data['rent_price'])) { if (isset($data['rent_price'])) {
$save_data['rent_price'] = $data['rent_price']; $save_data['rent_price'] = $data['rent_price'] * 100;
} }
//业态 //业态
......
...@@ -140,7 +140,7 @@ class GHousesExt extends BaseModel ...@@ -140,7 +140,7 @@ class GHousesExt extends BaseModel
} }
if (isset($landlord_phone[0]['phone'])) { if (isset($landlord_phone[0]['phone'])) {
$data['landlord_phone'] = json_encode($landlord_phone); $save_data['landlord_phone'] = json_encode($landlord_phone);
} }
} }
......
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