Commit 7a734683 authored by clone's avatar clone

bug

parent 7f4df085
......@@ -191,12 +191,12 @@ class Shop extends Basic
public function getShopDetail()
{
$params = array(
/*$params = array(
"id" => 445,
"site_area" => 3, //1.c端 3.b端
"user_id" => 2 //if c端 用户登录后传入user_id
);
//$params = $this->params;
);*/
$params = $this->params;
$conditions = [];
if (empty($params['id'])) {
......
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