@@ -16,7 +16,7 @@
blockly_course_type bct
LEFT JOIN blockly_course bc ON bct.id = bc.bc_type
WHERE
- bct.ct_parent_id = 1
+ bct.ct_parent_id = #{ctParentId}
GROUP BY
id, ctType, ctParentId, ctTypeImage, ctTypeSort;
</select>