소스 검색

课程表取消

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