Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
2025-12-17 11:16:15 +08:00

View File

@@ -115,6 +115,7 @@ class RoomHourRanking extends Model
->field('a.id as room_id,a.room_name,a.label_id,a.room_cover,SUM(b.total_price) as total_price,c.label_icon')
->where('a.type_id', '<>', 6)
->where('a.id', $room_id)
->whereBetween('b.createtime', [$start_time, $end_time])
->find();
if($profit[$k]) {