Commit 1282a3e3 authored by clone's avatar clone

1

parent cefa8518
...@@ -117,7 +117,7 @@ class OfficeRoomApiService ...@@ -117,7 +117,7 @@ class OfficeRoomApiService
$tmp['api_path'] = CK_IMG_URL . 'images/'; $tmp['api_path'] = CK_IMG_URL . 'images/';
$house_img_where["house_id"] = $v["id"]; $house_img_where["house_id"] = $v["id"];
$house_img_where["img_type"] = 2; $house_img_where["img_type"] = 2;
$tmp["images"] = $gRoomImgModel->getCoverImage('id,img_name', $where); $tmp["images"] = $gRoomImgModel->getCoverImage('id,img_name', $house_img_where);
$result_data[] = $tmp; $result_data[] = $tmp;
} }
$result['status'] = 'successful'; $result['status'] = 'successful';
......
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