|
@@ -87,7 +87,7 @@
|
|
|
DELETE FROM student_attendance WHERE id_ = #{id}
|
|
|
</delete>
|
|
|
|
|
|
- <resultMap id="studentAttendanceViewUtilEntity" type="com.ym.mec.web.dal.utilEntity.StudentAttendanceViewUtilEntity">
|
|
|
+ <resultMap id="studentAttendanceViewUtilEntity" type="com.ym.mec.web.dal.dto.StudentAttendanceViewDto">
|
|
|
<result property="classGroupId" column="class_group_id_"/>
|
|
|
<result property="studentId" column="student_id_"/>
|
|
|
<result property="userName" column="username_"/>
|