房间热度卡开发。

This commit is contained in:
2026-01-23 14:18:06 +08:00
parent 84a2cdf67c
commit b44227cebc

View File

@@ -77,9 +77,9 @@ class Decorate extends Model
'a.type' => $type, 'a.type' => $type,
]; ];
} }
if($type == 12){ if(in_array($type, [12,13])){
$map = [ $map = [
'type' => 12, 'type' => $type,
'delete_time' => 0, 'delete_time' => 0,
'show_status' => 1, 'show_status' => 1,
'is_buy' => 1 'is_buy' => 1