From db8133b419aeceed88dbfc2c48cd35509c782375 Mon Sep 17 00:00:00 2001 From: Lius <Lius2225@163.com> Date: 星期三, 18 六月 2025 11:48:11 +0800 Subject: [PATCH] 设备故障率和去除故障时间利用率算法调整 --- lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/xml/MdcEquipmentRunningSectionMapper.xml | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/xml/MdcEquipmentRunningSectionMapper.xml b/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/xml/MdcEquipmentRunningSectionMapper.xml index b2eeea9..964540d 100644 --- a/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/xml/MdcEquipmentRunningSectionMapper.xml +++ b/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/xml/MdcEquipmentRunningSectionMapper.xml @@ -207,5 +207,9 @@ AND t1.report_status != 'ABOLISH' </select> + <select id="getFirstRecord" resultType="org.jeecg.modules.mdc.entity.MdcEquipmentRunningSection"> + SELECT TOP 1 * FROM mdc_equipment_running_section ORDER BY start_time + </select> + </mapper> \ No newline at end of file -- Gitblit v1.9.3