xiangpei
2024-10-27 d01fa2df1b46f45647e82be6d1476ea1e295f995
src/main/resources/mapper/ExamPaperMapper.xml
@@ -34,7 +34,7 @@
        tep.*
        FROM t_exam_paper tep
        <where>
            and tep.deleted=0
            and tep.deleted=0 and (create_user = #{createUser} or visibility = 'Public')
            <if test="id != null ">
                and tep.id= #{id}
            </if>