|
@@ -285,9 +285,9 @@
|
|
|
SELECT COUNT(id_) FROM course_schedule_student_payment WHERE course_schedule_id_ = #{search}
|
|
|
</select>
|
|
|
<resultMap id="StudentCourseHomeworkDtoMap" type="com.ym.mec.biz.dal.dto.StudentCourseHomeworkDto">
|
|
|
- <result column="username_" property="username"/>
|
|
|
+ <result column="username_" property="studentName"/>
|
|
|
<result column="phone_" property="phone"/>
|
|
|
- <result column="subject_name_" property="subjectName"/>
|
|
|
+ <result column="subject_name_" property="subjectNames"/>
|
|
|
<result column="attachments_" property="url"/>
|
|
|
<result column="is_replied_" property="isReplied"/>
|
|
|
<result column="is_view_" property="isView"/>
|