Commit f94355b9 by 冷斌

fix bug

parent 70b48f87
......@@ -698,7 +698,7 @@ class Model_Home extends PhalApi_Model_NotORM {
$result=DI()->notorm->users_coinrecord
->select('sum(totalcoin) as totalcoin, uid')
->where($where)
->group('uid')
->group('touid')
->order('totalcoin desc')
->limit(100)
->fetchAll();
......
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