Browse Source

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

lizhen_gitee 3 tháng trước cách đây
mục cha
commit
048ebbb921
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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,
         ];
 
         //课时