房间热度卡开发。
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user