From c767d223cffba5f5c33f8dfbfe0d3a4da734fb0a Mon Sep 17 00:00:00 2001 From: hyingbo <1363390067@qq.com> Date: 星期三, 09 七月 2025 09:43:22 +0800 Subject: [PATCH] 大屏设备设置图片 --- lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/xml/MdcDowntimeMapper.xml | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/xml/MdcDowntimeMapper.xml b/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/xml/MdcDowntimeMapper.xml index 0917a40..85d3ca7 100644 --- a/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/xml/MdcDowntimeMapper.xml +++ b/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/xml/MdcDowntimeMapper.xml @@ -50,11 +50,11 @@ LEFT JOIN mdc_downtime_reason t2 ON t1.reason_id = t2.id WHERE t1.reason_id != '' - AND t1.the_date BETWEEN #{start} AND #{end} - AND t1.equipment_id IN - <foreach collection="equipmentIdList" item="equipmentId" index="index" open="(" close=")" separator=","> - #{ equipmentId } - </foreach> + AND t1.the_date BETWEEN #{start} AND #{end} + AND t1.equipment_id IN + <foreach collection="equipmentIdList" item="equipmentId" index="index" open="(" close=")" separator=","> + #{ equipmentId } + </foreach> GROUP BY t2.downtime_description </select> -- Gitblit v1.9.3