Commit c1417f62 by 冷斌

踢人

parent 309a2de1
...@@ -256,7 +256,7 @@ class Model_Live extends PhalApi_Model_NotORM { ...@@ -256,7 +256,7 @@ class Model_Live extends PhalApi_Model_NotORM {
$result=DI()->notorm->users_coinrecord $result=DI()->notorm->users_coinrecord
->select('sum(totalcoin) as totalcoin, uid') ->select('sum(totalcoin) as totalcoin, uid')
->where("type='expend' and action in ('sendgift','sendbarrage') and showid = {$liveinfo['showid']}") ->where("type='expend' and action in ('sendgift','sendbarrage') and showid = '{$liveinfo['showid']}'")
->fetchOne(); ->fetchOne();
var_dump($result); var_dump($result);
......
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