Commit 2b23b23c by 冷斌

update

parent 9c165615
...@@ -26,8 +26,6 @@ class CustomerController extends AdminbaseController{ ...@@ -26,8 +26,6 @@ class CustomerController extends AdminbaseController{
}elseif($user['tg_type'] == 2){//一级代理 }elseif($user['tg_type'] == 2){//一级代理
$path=setpath($user['id']); $path=setpath($user['id']);
var_dump($path);
die;
$uids=$Proxy->where("type=0 and path like '%{$path}%'")->getField('uid',true); $uids=$Proxy->where("type=0 and path like '%{$path}%'")->getField('uid',true);
if($uids){ if($uids){
......
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