luohairen
2024-11-07 027cde89bbd242f88c7d71ff602a12747b477ac5
src/main/resources/mapper/ExamPaperScoreMapper.xml
@@ -167,4 +167,10 @@
        GROUP BY a.id
    </select>
    <select id="selectByUserId" resultType="com.ycl.jxkg.domain.entity.ExamPaperScore">
        SELECT
        <include refid="Base_Column_List"/>
        from t_exam_paper_score
        where user_id = #{userId}
    </select>
</mapper>