Commit 97f692f5 authored by hujun's avatar hujun

//

parent c56737fe
...@@ -177,11 +177,11 @@ class OfficeRoom extends Basic ...@@ -177,11 +177,11 @@ class OfficeRoom extends Basic
header('Access-Control-Allow-Origin:*'); header('Access-Control-Allow-Origin:*');
$params = $this->params; $params = $this->params;
$params = array( // $params = array(
"keyword" => "1", //1,2 external_title ,3,4internal_title // "keyword" => "1", //1,2 external_title ,3,4internal_title
"pageNo" => 1, // "pageNo" => 1,
"pageSize" => 15 // "pageSize" => 15
); // );
$conditions = []; $conditions = [];
$field = "a.id,b.title,b.address"; $field = "a.id,b.title,b.address";
if(empty($params["city"])){ if(empty($params["city"])){
......
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