diff --git a/IRaCIS.Core.Application/Service/Inspection/FrontAuditConfigService.cs b/IRaCIS.Core.Application/Service/Inspection/FrontAuditConfigService.cs index 4bbba43ba..09ea1fded 100644 --- a/IRaCIS.Core.Application/Service/Inspection/FrontAuditConfigService.cs +++ b/IRaCIS.Core.Application/Service/Inspection/FrontAuditConfigService.cs @@ -745,6 +745,8 @@ namespace IRaCIS.Core.Application.Service if (value.GetType() == typeof(JArray)) { JArray arrays = (JArray)value; + + if (item.Type.ToLower() == FrontAudit.Id.GetDescription().ToLower()) { List guids = new List(); @@ -773,6 +775,7 @@ namespace IRaCIS.Core.Application.Service ); } + //稽查 后端查询记录出表格数据,但是表格数据需要翻译,显示给出了翻译字典名,翻译的配置 else if (item.Type.ToLower() == FrontAudit.DictionaryType.GetDescription().ToLower()) {