From b4af708e22a6b2dbbc9e9d6edf64f7cb5b2a1b98 Mon Sep 17 00:00:00 2001 From: "{872297557@qq.com}" <872297557@qq.com> Date: Thu, 8 Dec 2022 11:22:25 +0800 Subject: [PATCH] x --- .../Service/Inspection/FrontAuditConfigService.cs | 3 +++ 1 file changed, 3 insertions(+) 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()) {