kongzy
2024-07-05 14821e28286d773ad5ff2c13510e39c5eb117daf
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">