From b8b32bd6b3fe253c025097239c3536308a6eaf6a Mon Sep 17 00:00:00 2001
From: Renpc-kilig <308442850@qq.com>
Date: Sat, 15 May 2021 17:21:54 +0800
Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E6=94=B9=E3=80=82?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../mapper/examcheck/exam-check-mapper.xml | 16 ++++++++++------
1 file changed, 10 insertions(+), 6 deletions(-)
diff --git a/src/main/resources/mybatis/mapper/examcheck/exam-check-mapper.xml b/src/main/resources/mybatis/mapper/examcheck/exam-check-mapper.xml
index 65432d3..b77da81 100644
--- a/src/main/resources/mybatis/mapper/examcheck/exam-check-mapper.xml
+++ b/src/main/resources/mybatis/mapper/examcheck/exam-check-mapper.xml
@@ -153,13 +153,17 @@
WHERE
t1.is_delete = 0
- AND
- t1.exam_check_id = #{examCheckId}
+ AND t1.exam_check_id = #{examCheckId}
+
+
+ AND t1.work_type_id = #{workTypeId}
+
+
+ AND t1.org_id = #{orgId}
+
+
+ AND t1.plan_id = #{planId}
-
- AND
- t1.plan_id = #{planId}
-