|
@@ -601,7 +601,7 @@
|
|
</select>
|
|
</select>
|
|
|
|
|
|
<select id="countStudentBaseExams" resultType="java.lang.Integer">
|
|
<select id="countStudentBaseExams" resultType="java.lang.Integer">
|
|
- SELECT COUNT(DISTINCT eb.id_) FROM exam_registration er
|
|
|
|
|
|
+ SELECT COUNT(DISTINCT er.examination_basic_id_) FROM exam_registration er
|
|
<include refid="queryStudentBaseExamsSql"/>
|
|
<include refid="queryStudentBaseExamsSql"/>
|
|
</select>
|
|
</select>
|
|
<resultMap id="StudentBaseExamsDtoMap" type="com.keao.edu.user.dto.StudentBaseExamsDto">
|
|
<resultMap id="StudentBaseExamsDtoMap" type="com.keao.edu.user.dto.StudentBaseExamsDto">
|