From d10ee39ef95eb2442902e36dd36b1683cbd10af6 Mon Sep 17 00:00:00 2001
From: zhangherong <571457620@qq.com>
Date: 星期四, 06 三月 2025 15:10:03 +0800
Subject: [PATCH] art: 项目性维修-详情页面-附件,设备状态,技术状态不展示问题修改, 设备选择过滤,只能选择用户范围内的设备信息

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

diff --git a/lxzn-module-eam/src/main/java/org/jeecg/modules/eam/mapper/xml/SpecialtyInspectionOrderDetailMapper.xml b/lxzn-module-eam/src/main/java/org/jeecg/modules/eam/mapper/xml/SpecialtyInspectionOrderDetailMapper.xml
index f914157..ceb8e03 100644
--- a/lxzn-module-eam/src/main/java/org/jeecg/modules/eam/mapper/xml/SpecialtyInspectionOrderDetailMapper.xml
+++ b/lxzn-module-eam/src/main/java/org/jeecg/modules/eam/mapper/xml/SpecialtyInspectionOrderDetailMapper.xml
@@ -21,6 +21,7 @@
             t1.specialty_inspection_standard_detail_id as specialtyInspectionStandardDetailId,
             t1.inspection_project_id as inspectionProjectId,
             t2.name as inspectionProjectName,
+            t1.test_value_type as testValueType,
             t1.location,
             t1.photo,
             t1.detection_standard as detectionStandard,
@@ -34,7 +35,7 @@
             t1.judgment_result as judgmentResult,
             t1.abnormal_desc as abnormalDesc,
             t1.abnormal_photo as abnormalPhoto,
-            t7.`status`
+            t7.status
         FROM
             mom_eam_specialty_inspection_order_detail t1
         LEFT JOIN mom_eam_inspection_project t2 on t1.inspection_project_id = t2.id

--
Gitblit v1.9.3