Commit 7260ff50 by 冷斌

fix bug

parent dc6ec689
...@@ -869,7 +869,7 @@ class Model_Live extends PhalApi_Model_NotORM { ...@@ -869,7 +869,7 @@ class Model_Live extends PhalApi_Model_NotORM {
$get_gif3 = (int)($anthor_total / $get_gift); $get_gif3 = (int)($anthor_total / $get_gift);
$total3 += ($get_gif3 * $get_gift2); $total3 += ($get_gif3 * $get_gift2);
} }
echo 1; die;
/* 更新直播 魅力值 累计魅力值 */ /* 更新直播 魅力值 累计魅力值 */
$istouid =DI()->notorm->users $istouid =DI()->notorm->users
->where('id = ?', $liveuid) ->where('id = ?', $liveuid)
...@@ -885,7 +885,7 @@ class Model_Live extends PhalApi_Model_NotORM { ...@@ -885,7 +885,7 @@ class Model_Live extends PhalApi_Model_NotORM {
]; ];
DI()->notorm->users_voterecord->insert($insert_votes); DI()->notorm->users_voterecord->insert($insert_votes);
} }
echo 1; die;
$stream2=explode('_',$stream); $stream2=explode('_',$stream);
$showid=$stream2[1]; $showid=$stream2[1];
......
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