Commit 4227c32f authored by hujun's avatar hujun

floor

parent 84c3f615
......@@ -754,6 +754,11 @@ class GHouses extends BaseModel
$save_data['fit_industry_type'] = $data['fit_industry_type'];
}
//楼层
if (isset($data['floor'])) {
$save_data['floor'] = $data['floor'];
}
if (empty($data['id'])) {
$save_data['upload_id'] = $agent_id; //上传人
$save_data['create_time'] = date('Y-m-d H:i:s');
......
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