Commit 1758a715 by 冷斌

update

parent 504bf657
......@@ -126,7 +126,7 @@ class CustomerController extends AdminbaseController{
$proxy = M('users_proxy')
->field('path')
->where(['uid'=>$v['uid']])
->where(['uid'=>$v['id']])
->select();
$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