Commit 0010fc03 authored by hujun's avatar hujun

1

parent 360f7f34
......@@ -1448,6 +1448,7 @@ class OfficeRoomService
} else {
if ($house_data['is_show'] != $data['is_show']) {
$this->m_office_room->editData(['is_show'=> $data['is_show']], $data['id']);
$result['status'] = 'successful';
}
}
} catch (\Exception $e) {
......
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