|
SELECT * from course_section cs where cs.section_type = 2 and cs.live_end_time >= #{nowTime} and #{nowTime} >= cs.live_start_time
|
|
SELECT * from course_section cs where cs.section_type = 2 and cs.live_end_time >= #{nowTime} and #{nowTime} >= cs.live_start_time
|