Commit d1d8e7e0 authored by hujun's avatar hujun

项目名

parent 3f26f8b2
...@@ -257,6 +257,11 @@ class GHousesExt extends BaseModel ...@@ -257,6 +257,11 @@ class GHousesExt extends BaseModel
$save_data['other'] = $data['other']; $save_data['other'] = $data['other'];
} }
//项目名
if (isset($data['project_name'])) {
$save_data['project_name'] = $data['project_name'];
}
$ext_id = $this->where('house_id', $house_id)->value('id'); $ext_id = $this->where('house_id', $house_id)->value('id');
if ($ext_id > 0) { if ($ext_id > 0) {
......
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