From ade808e926b4ac0284756ee62d5f3fa90aabe814 Mon Sep 17 00:00:00 2001
From: yangbin <yangbin@qq.com>
Date: 星期四, 20 二月 2025 15:13:40 +0800
Subject: [PATCH] 大屏看板3

---
 lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/xml/MdcEquipmentStatisticalShiftInfoMapper.xml |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/xml/MdcEquipmentStatisticalShiftInfoMapper.xml b/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/xml/MdcEquipmentStatisticalShiftInfoMapper.xml
index 3b0484f..436d2de 100644
--- a/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/xml/MdcEquipmentStatisticalShiftInfoMapper.xml
+++ b/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/xml/MdcEquipmentStatisticalShiftInfoMapper.xml
@@ -22,12 +22,12 @@
     <select id="findDataForBigScreen" resultType="org.jeecg.modules.mdc.subcontrol.vo.LastWeekDataVo">
         SELECT
         THE_DATE,
-        SUM( close_long ) close_long,
-        SUM( open_long ) open_long,
-        SUM( error_long ) error_long,
-        SUM( wait_long ) wait_long,
-        SUM( process_long ) process_long,
-        SUM( total_long ) total_long
+        SUM( close_long ) closedLong,
+        SUM( open_long ) openingLong,
+        SUM( error_long ) errorLong,
+        SUM( wait_long ) waitingLong,
+        SUM( process_long ) processingLong,
+        SUM( total_long ) totalLong
         FROM
         mdc_equipment_statistical_shift_info
         <where>

--
Gitblit v1.9.3