房间流水
This commit is contained in:
@@ -656,8 +656,9 @@ class Room extends Model
|
||||
|
||||
//房间总流水(2026年以后的)
|
||||
// $total_amount = model('api/RoomDailyIncome')->getIncomeByPeriod($room_id, $stime, $etime);
|
||||
$total_amount = model('api/GiveGiftBases')->getRoomStatistics_total($room_id, strtotime($stime), strtotime($etime));
|
||||
var_dump($total_amount);exit;
|
||||
$total_amount_status = model('api/GiveGiftBases')->getRoomStatistics_total($room_id, strtotime($stime), strtotime($etime));
|
||||
$total_amount = $total_amount_status['total_stats']['total_price'];
|
||||
// var_dump($total_amount);exit;
|
||||
}
|
||||
|
||||
//房主总收益
|
||||
|
||||
Reference in New Issue
Block a user