Commit ead04370 authored by hujun's avatar hujun

1

parent 4f9cb93c
...@@ -45,7 +45,7 @@ class HouseService ...@@ -45,7 +45,7 @@ class HouseService
return $result; return $result;
} }
if (!empty($agent_id)) { if (empty($agent_id)) {
$result['status'] = 'fail'; $result['status'] = 'fail';
$result['msg'] = '上传人id为空'; $result['msg'] = '上传人id为空';
return $result; return $result;
...@@ -103,6 +103,10 @@ class HouseService ...@@ -103,6 +103,10 @@ class HouseService
$agents->addHouseAgent($data['exclusive_ids'], $house_id, 3); $agents->addHouseAgent($data['exclusive_ids'], $house_id, 3);
} }
if (isset($data['exclusive_file'])) {
}
$result['data']['house_id'] = $house_id; $result['data']['house_id'] = $house_id;
$result['status'] = 'successful'; $result['status'] = 'successful';
$result['msg'] = '新增或编辑成功!'; $result['msg'] = '新增或编辑成功!';
......
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