Commit f83c274f by 冷斌

update

parent db20414d
...@@ -129,10 +129,8 @@ class CustomerController extends AdminbaseController{ ...@@ -129,10 +129,8 @@ class CustomerController extends AdminbaseController{
->where("uid = {$v['id']} and type='expend' and action in ('sendgift','sendbarrage')") ->where("uid = {$v['id']} and type='expend' and action in ('sendgift','sendbarrage')")
->sum('totalcoin'); ->sum('totalcoin');
var_dump($v);
$v['consumption'] = (int)$results; $v['consumption'] = (int)$results;
var_dump($v);
die;
$proxy = M('users_proxy') $proxy = M('users_proxy')
->field('path') ->field('path')
->where(['uid'=>$v['id']]) ->where(['uid'=>$v['id']])
......
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