From 62366fc03880af95d87a0d43fa281e4b071256bc Mon Sep 17 00:00:00 2001 From: cuikaidong <ckd2942379034@163.com> Date: 星期四, 28 八月 2025 15:41:57 +0800 Subject: [PATCH] quartz配置修改,设备单表设备编号处理 --- lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/xml/MdcNoplanCloseMapper.xml | 13 ------------- 1 files changed, 0 insertions(+), 13 deletions(-) diff --git a/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/xml/MdcNoplanCloseMapper.xml b/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/xml/MdcNoplanCloseMapper.xml index bfcf755..8bc24aa 100644 --- a/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/xml/MdcNoplanCloseMapper.xml +++ b/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/xml/MdcNoplanCloseMapper.xml @@ -31,17 +31,4 @@ ORDER BY start_time ASC </select> - - <select id="findNoplanTimeDuration" resultType="org.jeecg.modules.mdc.entity.MdcNoplanClose"> - SELECT - * - FROM - mdc_noplan_close - WHERE - equipment_id = #{ equipmentId } - AND ( ( start_time BETWEEN #{ startDate } AND #{ endDate } ) OR ( end_time BETWEEN #{ startDate } AND #{ endDate } ) ) - AND noplan_type = #{ noplanType } - ORDER BY - start_time ASC - </select> </mapper> \ No newline at end of file -- Gitblit v1.9.3