From 14821e28286d773ad5ff2c13510e39c5eb117daf Mon Sep 17 00:00:00 2001 From: kongzy <kongzy> Date: 星期五, 05 七月 2024 13:46:32 +0800 Subject: [PATCH] update --- exam-system/src/main/resources/mapper/system/ExStudentStudyMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/exam-system/src/main/resources/mapper/system/ExStudentStudyMapper.xml b/exam-system/src/main/resources/mapper/system/ExStudentStudyMapper.xml index fe8b74a..f9c8ae5 100644 --- a/exam-system/src/main/resources/mapper/system/ExStudentStudyMapper.xml +++ b/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"> -- Gitblit v1.9.2