@@ -213,7 +213,9 @@ class Lessonslot extends Backend
*/
public function vue_index()
{
- $where = [];
+ $where = [
+ 'status' => ['NEQ',30],
+ ];
$coach_id = input('coach_id','');
$lesson_id = input('lesson_id','');