Commit 03998e56 by 冷斌

踢人

parent 23a164da
...@@ -259,6 +259,9 @@ class Model_Live extends PhalApi_Model_NotORM { ...@@ -259,6 +259,9 @@ class Model_Live extends PhalApi_Model_NotORM {
->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);
die;
if (array_filter($result)) { if (array_filter($result)) {
$userinfo = DI()->notorm->users $userinfo = DI()->notorm->users
->select('user_nicename,avatar,avatar_thumb') ->select('user_nicename,avatar,avatar_thumb')
......
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