修改 查询关联数据

Test_IRC_Net8
he 2025-07-02 15:55:08 +08:00
parent 397a36214c
commit 33c5efc8d7
1 changed files with 2 additions and 2 deletions

View File

@ -229,8 +229,8 @@ namespace IRaCIS.Core.Application.Service
jsonDict.Add(nameof(InspectionJsonDetail.CommonData), new { });
}
//查询关联父层级数据
if (item.Id == currentInspectionId)
//查询关联父层级数据 现在都查询
if (1==1)
{
//把父层级的数据的 CommonData 数据合并(每一个层级把下面层级需要的数据放在CommonData 里面) 麻烦点是每个层级都需要记录一些信息,而且名称不能重复