龚焕茏
2024-07-01 176c4c65f586b0f235c1be4d799330779cd59343
src/main/resources/mapper/ExamPaperScoreMapper.xml
@@ -43,8 +43,10 @@
    <select id="studentPage" resultType="com.ycl.jxkg.domain.vo.student.exampaper.ExamPaperAnswerPageResponseVO">
        SELECT
        <include refid="Base_Column_List"/>
        FROM t_exam_paper_score
        a.*,
        ep.name as paperName
        FROM t_exam_paper_score a
        INNER JOIN t_exam_paper ep ON ep.id = paper_id AND ep.deleted = 0
        <where>
            and user_id = #{createUser}
            <if test="examName != null and examName != ''">