Commit 5dd58443 authored by zhuwei's avatar zhuwei

biglog注释

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