find_where() find_where(array $call_where = array()) : array 查一条记录,根据条件 Parameters array $call_where 查询条件 Returns array
select_page() select_page(array $config = array()) : array 分页数据 Parameters array $config 配置参数 Returns array
select_where() select_where(array $select = array(), array $call_where = array()) : array 查询多条 Parameters array $select [查询字段] array $call_where [查询条件] Returns array
sql_get_count_by_house_product_id() sql_get_count_by_house_product_id(string $table) : string 子查询——获取报备量,根据楼盘ID Parameters string $table [表名] Returns string
sql_get_count_unread_by_house_product_id() sql_get_count_unread_by_house_product_id(string $table) : string 子查询——获取未读报备量,根据楼盘ID Parameters string $table [表名] Returns string