Commit 0c903829 by 冷斌

update

parent 6e01215b
...@@ -869,8 +869,6 @@ class Model_Live extends PhalApi_Model_NotORM { ...@@ -869,8 +869,6 @@ class Model_Live extends PhalApi_Model_NotORM {
$get_gif3 = (int)($total / $get_gift); $get_gif3 = (int)($total / $get_gift);
$total3 += ($get_gif3 * $get_gift2); $total3 += ($get_gif3 * $get_gift2);
} }
var_dump($total3);
die;
/* 更新直播 魅力值 累计魅力值 */ /* 更新直播 魅力值 累计魅力值 */
$istouid =DI()->notorm->users $istouid =DI()->notorm->users
->where('id = ?', $liveuid) ->where('id = ?', $liveuid)
...@@ -894,7 +892,8 @@ class Model_Live extends PhalApi_Model_NotORM { ...@@ -894,7 +892,8 @@ class Model_Live extends PhalApi_Model_NotORM {
DI()->notorm->users_coinrecord->insert($insert); DI()->notorm->users_coinrecord->insert($insert);
var_dump($total);
die;
/* 更新主播热门 */ /* 更新主播热门 */
// if($giftinfo['mark']==1){ // if($giftinfo['mark']==1){
DI()->notorm->users_live DI()->notorm->users_live
......
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