Commit db20414d by 冷斌

update

parent b996e9f7
...@@ -129,10 +129,10 @@ class CustomerController extends AdminbaseController{ ...@@ -129,10 +129,10 @@ 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($results); var_dump($v);
die;
$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