From 33c5efc8d7c7166fde2582bbbf2a0e299471f33b Mon Sep 17 00:00:00 2001 From: he <109787524@qq.com> Date: Wed, 2 Jul 2025 15:55:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E5=85=B3=E8=81=94=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/Inspection/FrontAuditConfigService.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IRaCIS.Core.Application/Service/Inspection/FrontAuditConfigService.cs b/IRaCIS.Core.Application/Service/Inspection/FrontAuditConfigService.cs index 570ebd0c7..366a6dff8 100644 --- a/IRaCIS.Core.Application/Service/Inspection/FrontAuditConfigService.cs +++ b/IRaCIS.Core.Application/Service/Inspection/FrontAuditConfigService.cs @@ -229,8 +229,8 @@ namespace IRaCIS.Core.Application.Service jsonDict.Add(nameof(InspectionJsonDetail.CommonData), new { }); } - //查询关联父层级数据 - if (item.Id == currentInspectionId) + //查询关联父层级数据 现在都查询 + if (1==1) { //把父层级的数据的 CommonData 数据合并(每一个层级把下面层级需要的数据放在CommonData 里面) 麻烦点是每个层级都需要记录一些信息,而且名称不能重复