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-eam/src/main/java/org/jeecg/modules/eam/mapper/xml/InspectionCycleMapper.xml |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/lxzn-module-eam/src/main/java/org/jeecg/modules/eam/mapper/xml/InspectionCycleMapper.xml b/lxzn-module-eam/src/main/java/org/jeecg/modules/eam/mapper/xml/InspectionCycleMapper.xml
index 6e92656..ecb67cd 100644
--- a/lxzn-module-eam/src/main/java/org/jeecg/modules/eam/mapper/xml/InspectionCycleMapper.xml
+++ b/lxzn-module-eam/src/main/java/org/jeecg/modules/eam/mapper/xml/InspectionCycleMapper.xml
@@ -20,6 +20,8 @@
         t1.arrange_way arrangeWay,
         t1.audit_status auditStatus,
         t1.first_inspection_time as firstInspectionTime,
+        t1.take_effect_time as takeEffectTime,
+        t1.lose_efficacy_time as loseEfficacyTime,
         CONVERT(  VARCHAR(100), t1.first_inspection_time, 23 ) firstInspectionTime1,
         CONVERT(  VARCHAR(100), t1.first_inspection_time, 8 ) firstInspectionTime2,
         t1.lead_time leadTime,

--
Gitblit v1.9.3