酒吧房类型修改

This commit is contained in:
2026-01-09 14:48:21 +08:00
parent 8e59118d68
commit 46c4671920

View File

@@ -69,7 +69,7 @@ class GiftNew extends Model
$where['type'] = 1;
break;
case 6:
$where['type'] = 4;
$where['type'] = 6;
$where['label'] = $label;
break;
}