Commit 3d5b8cb9 authored by zhuwei's avatar zhuwei

1

parent be5d0826
......@@ -1015,4 +1015,18 @@ class HouseService
return $result;
}
public function getHouseVideoList()
{
$m_video = new GHousesVideo();
$res = $m_video->getHouseVideoList($pageNo,$pageSize,$field,$get_params);
$res_total = $m_video->getHouseVideoListTotal($field,$get_params);
foreach ($res as $key => $val) {
}
}
}
\ No newline at end of file
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