'', 'business_name' => '', 'branch_name' => '', 'category' => '', 'province' => '', 'city' => '', 'district' => '', 'address' => '', 'longitude' => '', 'latitude' => '', 'telephone' => '', 'photo_list' => '', 'avg_price' => '', 'recommend' => '', 'special' => '', 'introduction' => '', 'open_time' => '', 'location_id' => '', 'status' => '', 'source' => 1, 'message' => '', 'sosomap_poi_uid' => '', 'license_no' => '', 'license_name' => '', 'other_files' => '', 'audit_id' => '', 'on_show' => 2, ); public function getAllByUniacid($uniacid) { return $this->query->where('uniacid', $uniacid)->getall(); } }