Kaynağa Gözat

课程表取消

lizhen_gitee 7 ay önce
ebeveyn
işleme
2b19a14235
1 değiştirilmiş dosya ile 3 ekleme ve 1 silme
  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','');