Commit c8254940 authored by zhuwei's avatar zhuwei

房源封面图bug

parent 3e5397df
......@@ -404,9 +404,8 @@ class OfficeService
$internet_path = 'http://pre2.tonglianjituan.com/resource/lib/Attachments/images/';
}
$where['img_status'] = 0;
$where['house_id'] = $id;
$where['img_type'] = 1;
$where['img_type'] = 2;
$house_img_data = $this->m_office_img->getCoverImage('id,img_name', $where);
if($house_img_data){
......
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