|
@@ -133,6 +133,7 @@
|
|
</update>
|
|
</update>
|
|
<resultMap id="CourseReviewDto" type="com.ym.mec.biz.dal.dto.CourseReviewDto">
|
|
<resultMap id="CourseReviewDto" type="com.ym.mec.biz.dal.dto.CourseReviewDto">
|
|
<id column="id_" jdbcType="INTEGER" property="id"/>
|
|
<id column="id_" jdbcType="INTEGER" property="id"/>
|
|
|
|
+ <result column="group_type_" property="groupType" typeHandler="com.ym.mec.common.dal.CustomEnumTypeHandler"/>
|
|
<result column="subject_id_" jdbcType="INTEGER" property="subjectId"/>
|
|
<result column="subject_id_" jdbcType="INTEGER" property="subjectId"/>
|
|
<result column="subject_name_" jdbcType="INTEGER" property="subjectName"/>
|
|
<result column="subject_name_" jdbcType="INTEGER" property="subjectName"/>
|
|
<result column="organ_id_" jdbcType="INTEGER" property="organId"/>
|
|
<result column="organ_id_" jdbcType="INTEGER" property="organId"/>
|
|
@@ -391,7 +392,7 @@
|
|
</select>
|
|
</select>
|
|
|
|
|
|
<select id="getOnlineCourseReviewList" resultMap="CourseReviewDto">
|
|
<select id="getOnlineCourseReviewList" resultMap="CourseReviewDto">
|
|
- SELECT cs.id_,cs.class_date_,cs.name_ course_name_,csr.id_ review_id_,
|
|
|
|
|
|
+ SELECT cs.id_,cs.group_type_,cs.class_date_,cs.name_ course_name_,csr.id_ review_id_,
|
|
csr.hand_homework_,csr.course_review_,csr.teaching_material_,csr.pronunciation_,csr.tempo_,
|
|
csr.hand_homework_,csr.course_review_,csr.teaching_material_,csr.pronunciation_,csr.tempo_,
|
|
csr.music_theory_,csr.song_,csr.memo_,csr.create_time_,csr.has_liaison_,csr.update_time_,
|
|
csr.music_theory_,csr.song_,csr.memo_,csr.create_time_,csr.has_liaison_,csr.update_time_,
|
|
sa.id_ attendance_id_
|
|
sa.id_ attendance_id_
|