Commit 66c21388 by 冷斌

update

parent ceb57922
......@@ -129,10 +129,6 @@ class CustomerController extends AdminbaseController{
->where(['uid'=>$v['id']])
->select();
$lv = '平台';
var_dump($proxy);
die;
if (!empty($proxy[0]['path'])) {
$path2 = array_filter(explode(';', $proxy[0]['path']));
$uuid = array_pop($path2);
......@@ -144,7 +140,7 @@ class CustomerController extends AdminbaseController{
}
$lists[$k]['lv']= $lv;
$users[$k]=$v;
$lists[$k]=$v;
}
......
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