From 10ae4a7dac33efa40cc7a8ddcf926864a09aace9 Mon Sep 17 00:00:00 2001
From: 潘志宝 <979469083@qq.com>
Date: 星期三, 19 三月 2025 11:27:34 +0800
Subject: [PATCH] 调整速率

---
 iailab-module-model/iailab-module-model-biz/src/main/resources/mapper/mcs/StScheduleSchemeDao.xml |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/iailab-module-model/iailab-module-model-biz/src/main/resources/mapper/mcs/StScheduleSchemeDao.xml b/iailab-module-model/iailab-module-model-biz/src/main/resources/mapper/mcs/StScheduleSchemeDao.xml
index e6c63b7..eea763b 100644
--- a/iailab-module-model/iailab-module-model-biz/src/main/resources/mapper/mcs/StScheduleSchemeDao.xml
+++ b/iailab-module-model/iailab-module-model-biz/src/main/resources/mapper/mcs/StScheduleSchemeDao.xml
@@ -23,12 +23,6 @@
             <if test="params.type != null and params.type != ''">
                 and t.type = #{params.type}
             </if>
-            <if test="params.objs != null and !params.objs.isEmpty()">
-                and t.obj in
-                <foreach item="obj" collection="params.objs" open="(" separator="," close=")">
-                    #{obj}
-                </foreach>
-            </if>
             <if test="params.startTime != null">
                 and t.time &gt;= #{params.startTime}
             </if>

--
Gitblit v1.9.3