Commit 477337d2 by 冷斌

update

parent f418c9c1
......@@ -128,6 +128,8 @@ class CustomerController extends AdminbaseController{
->field('path')
->where(['uid'=>$v['id']])
->select();
var_dump($proxy);
die;
$lv = '平台';
if (!empty($proxy[0]['path'])) {
$path2 = array_filter(explode(';', $proxy[0]['path']));
......
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