Commit 97f692f5 authored by hujun's avatar hujun

//

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