From 204909ac937a012b8a753ed2dc83a6e2877139c8 Mon Sep 17 00:00:00 2001
From: 龚焕茏 <2842157468@qq.com>
Date: 星期四, 11 七月 2024 14:55:00 +0800
Subject: [PATCH] feat:答卷次数列表
---
src/main/resources/mapper/ExamPaperMapper.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/resources/mapper/ExamPaperMapper.xml b/src/main/resources/mapper/ExamPaperMapper.xml
index b51b22c..b7c419a 100644
--- a/src/main/resources/mapper/ExamPaperMapper.xml
+++ b/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>
--
Gitblit v1.8.0