exam-system/src/main/resources/mapper/system/ExStudentStudyMapper.xml
@@ -41,7 +41,7 @@ <select id="selectStudyByPhaseAndStudentId" resultMap="ExStudentStudyResult"> <include refid="selectStudentStudyVo"/> where a.phase_id=#{phaseId} and a.student_id=#{studentId} and course_id=#{courseId} order by a.create_time desc where a.phase_id=#{phaseId} and a.student_id=#{studentId} and a.course_id=#{courseId} order by a.create_time desc </select> <select id="selectStudyByObject" resultType="com.gkhy.exam.system.domain.ExStudentStudy">