Commit 6987e88f authored by zhuwei's avatar zhuwei

bug

parent bdcdb09a
...@@ -46,7 +46,7 @@ class Site extends Basic ...@@ -46,7 +46,7 @@ class Site extends Basic
//先判断是否已经存在数据 //先判断是否已经存在数据
$field = 'id,is_del'; $field = 'id,is_del';
$get_params['name'] = $params["name"]; //$get_params['name'] = $params["name"];
$get_params['city'] = $params["city"]; $get_params['city'] = $params["city"];
$res = $this->aSite->getSite($field,$get_params); $res = $this->aSite->getSite($field,$get_params);
......
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