From a6e4fc90789b34634c82e987456edaa512c213f2 Mon Sep 17 00:00:00 2001 From: "rong.liu" Date: Tue, 16 Mar 2021 15:15:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AE=9E=E9=AA=8C=E6=8A=A5?= =?UTF-8?q?=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/tms/ExperimentalReportDao.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/resources/mapper/tms/ExperimentalReportDao.xml b/src/main/resources/mapper/tms/ExperimentalReportDao.xml index 69d14da..a30b2b2 100644 --- a/src/main/resources/mapper/tms/ExperimentalReportDao.xml +++ b/src/main/resources/mapper/tms/ExperimentalReportDao.xml @@ -44,8 +44,7 @@ AND ter.projectId = tet.id AND stu.userId = tpr.userId AND ter.studentId = #{studentId} - AND ter.isdel = 0 - AND tpr.isdel = 0 + AND tpr.recordId = #{recordId} AND ter.projectId = #{projectId}