Commit b8353768 authored by clone's avatar clone

1

parent 5ed7865a
......@@ -111,7 +111,6 @@ class SquareService
$field .= 'Square.cover_img,';
$field .= 'Site.name as site_name,';
$field .= 'Square.create_time';//发布时间
$field .= 'Square.house_id';
$get_params['Square.status'] = 0;
$res = $this->m_square->getSquareList($pageNo, $pageSize, $field, $get_params);
......
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