From a2bb2523a00f0085c94758c62280700e89b77fa7 Mon Sep 17 00:00:00 2001 From: cuijian <cuijian@xalxzn.com> Date: 星期一, 16 十月 2023 09:36:56 +0800 Subject: [PATCH] 维修工单模块修改 --- lxzn-module-eam/src/main/java/org/jeecg/modules/eam/mapper/xml/InspectionCycleMapper.xml | 6 ++++-- 1 files changed, 4 insertions(+), 2 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 4e84bbf..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,8 +20,10 @@ t1.arrange_way arrangeWay, t1.audit_status auditStatus, t1.first_inspection_time as firstInspectionTime, - DATE_FORMAT(t1.first_inspection_time, '%Y-%m-%d') firstInspectionTime1, - DATE_FORMAT(t1.first_inspection_time, '%h:%i:%s') firstInspectionTime2, + 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, t1.effective_time effectiveTime, t2.item_text cycleUnitName, -- Gitblit v1.9.3