Commit 24cacb79 by 冷斌

update

parent 477337d2
...@@ -128,12 +128,12 @@ class CustomerController extends AdminbaseController{ ...@@ -128,12 +128,12 @@ class CustomerController extends AdminbaseController{
->field('path') ->field('path')
->where(['uid'=>$v['id']]) ->where(['uid'=>$v['id']])
->select(); ->select();
var_dump($proxy);
die;
$lv = '平台'; $lv = '平台';
if (!empty($proxy[0]['path'])) { if (!empty($proxy[0]['path'])) {
$path2 = array_filter(explode(';', $proxy[0]['path'])); $path2 = array_filter(explode(';', $proxy[0]['path']));
$uuid = array_pop($path2); $uuid = array_pop($path2);
var_dump($uuid);
die;
$uuinfo = getUserInfo($uuid); $uuinfo = getUserInfo($uuid);
$lv = $uuinfo['user_nicename']; $lv = $uuinfo['user_nicename'];
if ($lv === '用户不存在') { if ($lv === '用户不存在') {
......
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