Compare commits
No commits in common. "7cf1798dd77668dc9ac9fd56ac045c8683a4bd57" and "f8e501fb0dd53fe6388ca4e62705d2b253cfdf23" have entirely different histories.
7cf1798dd7
...
f8e501fb0d
|
@ -229,8 +229,8 @@ namespace IRaCIS.Core.Application.Service
|
||||||
jsonDict.Add(nameof(InspectionJsonDetail.CommonData), new { });
|
jsonDict.Add(nameof(InspectionJsonDetail.CommonData), new { });
|
||||||
}
|
}
|
||||||
|
|
||||||
//查询关联父层级数据 现在都查询
|
//查询关联父层级数据
|
||||||
if (1==1)
|
if (item.Id == currentInspectionId)
|
||||||
{
|
{
|
||||||
//把父层级的数据的 CommonData 数据合并(每一个层级把下面层级需要的数据放在CommonData 里面) 麻烦点是每个层级都需要记录一些信息,而且名称不能重复
|
//把父层级的数据的 CommonData 数据合并(每一个层级把下面层级需要的数据放在CommonData 里面) 麻烦点是每个层级都需要记录一些信息,而且名称不能重复
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue