Explorar o código

课程表取消

lizhen_gitee hai 7 meses
pai
achega
2b19a14235
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  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','');