|
@@ -262,6 +262,7 @@
|
|
|
video.course_sort,
|
|
|
course.course_name,
|
|
|
fcpd.period_id,
|
|
|
+ fcp.period_name,
|
|
|
fcpd.id,
|
|
|
if(ccut.start_date_time is null, fcpd.start_date_time, ccut.start_date_time) as startDateTime,
|
|
|
if(ccut.end_date_time is null, fcpd.end_date_time, ccut.end_date_time) as endDateTime,
|
|
@@ -317,6 +318,7 @@
|
|
|
fcpd.end_date_time,
|
|
|
fcpd.last_join_time,
|
|
|
fcpd.id,
|
|
|
+ fcp.period_name,
|
|
|
if(ccut.start_date_time is null, fcpd.start_date_time, ccut.start_date_time) as startDateTime,
|
|
|
if(ccut.end_date_time is null, fcpd.end_date_time, ccut.end_date_time) as endDateTime,
|
|
|
course.project as projectId
|