From ec077979f2d55b2a54e893085f4b845b729e69c3 Mon Sep 17 00:00:00 2001 From: yangbin <yangbin@qq.com> Date: 星期四, 20 二月 2025 14:50:10 +0800 Subject: [PATCH] 大屏看板2 --- lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/xml/EquipmentStatisticalInfoMapper.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/xml/EquipmentStatisticalInfoMapper.xml b/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/xml/EquipmentStatisticalInfoMapper.xml index 85d615e..72c783c 100644 --- a/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/xml/EquipmentStatisticalInfoMapper.xml +++ b/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/xml/EquipmentStatisticalInfoMapper.xml @@ -4,7 +4,7 @@ <select id="findDataRankingForBigScreen" resultType="org.jeecg.modules.mdc.subcontrol.vo.LastWeekDataVo"> SELECT equipment_id equipment, - SUM( open_long ) openlong, + SUM( open_long ) openingLong, SUM( close_long ) closelong, SUM( wait_long ) waitlong, SUM( process_long ) processingLong, @@ -27,8 +27,8 @@ <select id="findDataForBigScreen" resultType="org.jeecg.modules.mdc.subcontrol.vo.LastWeekDataVo"> SELECT - equipment_id equipment, - SUM( open_long ) openlong, + the_date thedate, + SUM( open_long ) openingLong, SUM( close_long ) closelong, SUM( wait_long ) waitlong, SUM( process_long ) processingLong, -- Gitblit v1.9.3