Commit 57504533 by 冷斌

fix bug

parent bdb08e01
......@@ -1171,7 +1171,8 @@ class Model_Home extends PhalApi_Model_NotORM {
$users=array_column($users,"uid");
$userids=implode(",",$users);
$where.=" type='expend' and action in ('sendgift','sendbarrage') and uid in ({$userids}) ";
echo $where;
die;
$result=DI()->notorm->users_coinrecord
->select('sum(totalcoin) as totalcoin, touid')
->where($where)
......
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