From 17a767a89456e605df594125c7bebbc62f17044f Mon Sep 17 00:00:00 2001 From: Jay <csj123456> Date: 星期四, 06 三月 2025 09:52:43 +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 >= #{params.startTime} </if> -- Gitblit v1.9.3