Explorar o código

lesson_slot表的is_show已经不作为上下架使用

lizhen_gitee hai 3 meses
pai
achega
048ebbb921
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      application/api/controller/coach/Lesson.php

+ 1 - 1
application/api/controller/coach/Lesson.php

@@ -36,7 +36,7 @@ class Lesson extends Apic
         $date = input('date',date('Y-m-d'),'strtotime');
         $where = [
             'slot.starttime' => ['BETWEEN',[$date,$date+86399]],
-            'slot.is_show' => 1,
+//            'slot.is_show' => 1,
         ];
 
         //课时