Commit 5dd58443 authored by zhuwei's avatar zhuwei

biglog注释

parent fa475576
...@@ -60,7 +60,6 @@ class Shop extends Basic ...@@ -60,7 +60,6 @@ class Shop extends Basic
header('Access-Control-Allow-Origin:*'); header('Access-Control-Allow-Origin:*');
$params = $this->params; $params = $this->params;
big_log(json_encode($params));
/* $params = array( /* $params = array(
"site_area" => 4, //来源 1c首页 2c搜索 3b首页 4b搜索 5b报备 "site_area" => 4, //来源 1c首页 2c搜索 3b首页 4b搜索 5b报备
// "title" => "vv", //1,2 external_title ,3,4internal_title // "title" => "vv", //1,2 external_title ,3,4internal_title
......
...@@ -54,7 +54,7 @@ class SubletModel extends BaseModel ...@@ -54,7 +54,7 @@ class SubletModel extends BaseModel
->limit($pageSize) ->limit($pageSize)
->page($pageNo) ->page($pageNo)
->select(); ->select();
big_log($this->getLastSql()); // big_log($this->getLastSql());
return $result; return $result;
} }
......
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