From ae0b89f9ef451bad92acd8209c55cb3bc1977eaa Mon Sep 17 00:00:00 2001
From: chen <1251790704@qq.com>
Date: Fri, 26 Feb 2021 16:08:25 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4xml=E6=96=87=E4=BB=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/main/resources/mapper/tms/ExperimentalTeachingDao.xml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/main/resources/mapper/tms/ExperimentalTeachingDao.xml b/src/main/resources/mapper/tms/ExperimentalTeachingDao.xml
index 9add2b8..3891647 100644
--- a/src/main/resources/mapper/tms/ExperimentalTeachingDao.xml
+++ b/src/main/resources/mapper/tms/ExperimentalTeachingDao.xml
@@ -31,7 +31,9 @@
AND `status`=#{exp.status,jdbcType=INTEGER}
-
+
+ AND `system_id`=#{exp.systemId,jdbcType=INTEGER}
+
AND creation_time between #{exp.startTime} and #{exp.stopTime}