@@ -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,
];
//课时