瀏覽代碼

课程表取消

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