@@ -126,7 +126,7 @@
<select id="selectCourseList_COUNT" resultType="Long">
SELECT
- count(distinct c.section_id )
+ count(distinct c.course_id )
FROM
course c
WHERE
@@ -61,7 +61,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
csb.project_id,
cet.education_name,
cpt.project_name,
- cb.business_name,
+ cb.business_name
course_streaming_business csb
LEFT JOIN course_education_type cet ON csb.education_type_id = cet.id