|
@@ -11,7 +11,7 @@
|
|
|
bct.ct_parent_id as ctParentId,
|
|
bct.ct_parent_id as ctParentId,
|
|
|
bct.ct_type_image as ctTypeImage,
|
|
bct.ct_type_image as ctTypeImage,
|
|
|
bct.ct_type_sort as ctTypeSort,
|
|
bct.ct_type_sort as ctTypeSort,
|
|
|
- ROUND(COALESCE((SUM(brp.brp_progress) * 1.0 / NULLIF(COUNT(bct.ct_type) * 100, 0)) * 5, 0), 0) AS progress
|
|
|
|
|
|
|
+ ROUND(COALESCE((SUM(brp.brp_progress) * 1.0 / NULLIF(COUNT(bct.ct_type) * 100, 0)), 0), 0) AS progress
|
|
|
FROM
|
|
FROM
|
|
|
blockly_course_type bct
|
|
blockly_course_type bct
|
|
|
LEFT JOIN blockly_report_progress brp
|
|
LEFT JOIN blockly_report_progress brp
|