pk任务
This commit is contained in:
@@ -287,10 +287,10 @@ class RoomPk extends Model
|
|||||||
'a.room_status' => 1,
|
'a.room_status' => 1,
|
||||||
'a.apply_status' => 2,
|
'a.apply_status' => 2,
|
||||||
'a.is_pk' => 1,
|
'a.is_pk' => 1,
|
||||||
'a.is_show_room' => 1,
|
// 'a.is_show_room' => 1,
|
||||||
'b.pit_number' => 9,
|
'b.pit_number' => 9,
|
||||||
'b.user_id' => ['<>',0],
|
'b.user_id' => ['<>',0],
|
||||||
'a.type_id' => ['in',[1,3,4,8]],
|
'a.type_id' => 1,
|
||||||
'a.label_id' => 1,
|
'a.label_id' => 1,
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user