Commit db20414d by 冷斌

update

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