Commit 788e0fce authored by hujun's avatar hujun

edit

parent 96f786e3
......@@ -323,7 +323,7 @@ class OfficeRoomService
$data['landlord_phone_array'] = $m_landlord->getAllList('id,name,phone', ['house_id'=>$data['id']]);
$building_service = new OfficeService();
$building_data = $building_service->BuildingSearch(1, 100, ['id'=>$data['building_id']]);
$building_data = $building_service->BuildingSearch(100, 1, ['id'=>$data['building_id']]);
if ($building_data['status'] != 'fail') {
$data['building_data'] = $building_data['data'][0];
} else {
......
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