From c0d0d3b19d7c2181316582aceffa874d7fc4566d Mon Sep 17 00:00:00 2001 From: “linengliang” <vanSuperEnergy@163.com> Date: 星期日, 08 十月 2023 17:29:31 +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