lizhen_gitee пре 7 месеци
родитељ
комит
2b19a14235
1 измењених фајлова са 3 додато и 1 уклоњено
  1. 3 1
      application/admin/controller/Lessonslot.php

+ 3 - 1
application/admin/controller/Lessonslot.php

@@ -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','');