xiangpei
2024-07-01 84b63179040166b3ab06419c4d45e7cec64c9440
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 != ''">