From c2a147659849eb1f56962e8ec3a5b4623c3a6262 Mon Sep 17 00:00:00 2001 From: zhangherong <571457620@qq.com> Date: 星期四, 06 三月 2025 15:54:21 +0800 Subject: [PATCH] art: 项目型维修 计划编号,自动生成 --- lxzn-module-eam/src/main/java/org/jeecg/modules/eam/mapper/xml/SpecialtyInspectionOrderDetailMapper.xml | 1 + 1 files changed, 1 insertions(+), 0 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 8c1d141..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, -- Gitblit v1.9.3