Commit 2592d0d8 by 冷斌

踢人

parent 03998e56
......@@ -254,6 +254,8 @@ class Model_Live extends PhalApi_Model_NotORM {
'votes' => 0,
];
echo 1;die;
$result=DI()->notorm->users_coinrecord
->select('sum(totalcoin) as totalcoin, uid')
->where("type='expend' and action in ('sendgift','sendbarrage') and showid = {$liveinfo['showid']}")
......
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