From 04ef88cee361ec8730c400d96250a6c1cd9f9d80 Mon Sep 17 00:00:00 2001
From: “linengliang” <vanSuperEnergy@163.com>
Date: 星期五, 08 九月 2023 16:23:47 +0800
Subject: [PATCH] 设备台账 1.ABC标识变更记录功能 2.质保日期变更记录功能 3.质保到期提醒 4.ABC标识与关键设备标识联动 5.设备质保期字段添加

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

diff --git a/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/xml/MdcEfficiencyReportMapper.xml b/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/xml/MdcEfficiencyReportMapper.xml
index f930d30..d5d3516 100644
--- a/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/xml/MdcEfficiencyReportMapper.xml
+++ b/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/xml/MdcEfficiencyReportMapper.xml
@@ -8,7 +8,7 @@
             t2.equipment_id equipmentId,
             t2.equipment_name equipmentName,
             t2.equipment_type equipmentType,
-            t1.the_date,
+            t1.the_date theDate,
             t1.process_long processLong,
             t1.process_long / 86400 utilizationRate,
             CASE
@@ -40,7 +40,7 @@
             t2.equipment_id equipmentId,
             t2.equipment_name equipmentName,
             t2.equipment_type equipmentType,
-            t1.the_date,
+            t1.the_date theDate,
             t1.process_long processLong,
             CASE
                 WHEN t1.open_long > 0 THEN

--
Gitblit v1.9.3