From a8ddac646d5129e9818ea82f404d0c0a8d2bc239 Mon Sep 17 00:00:00 2001
From: Lius <Lius2225@163.com>
Date: 星期四, 09 十一月 2023 10:39:25 +0800
Subject: [PATCH] 设备参数阈值管理接口

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

diff --git a/lxzn-module-eam/src/main/java/org/jeecg/modules/eam/mapper/xml/DailyInspectionStandardMapper.xml b/lxzn-module-eam/src/main/java/org/jeecg/modules/eam/mapper/xml/DailyInspectionStandardMapper.xml
index 1272c41..55b7a31 100644
--- a/lxzn-module-eam/src/main/java/org/jeecg/modules/eam/mapper/xml/DailyInspectionStandardMapper.xml
+++ b/lxzn-module-eam/src/main/java/org/jeecg/modules/eam/mapper/xml/DailyInspectionStandardMapper.xml
@@ -22,7 +22,9 @@
             t3.depart_name as useDepartName,
             t2.use_id as useId,
             t4.id as teamId,
-            t4.name as teamName
+            t4.name as teamName,
+            t1.take_effect_time as takeEffectTime,
+            t1.lose_efficacy_time as loseEfficacyTime
         FROM
             mom_eam_daily_inspection_standard t1
         LEFT JOIN mom_eam_equipment t2 ON t1.equipment_id = t2.id

--
Gitblit v1.9.3