Uat_Study
{872297557@qq.com} 2022-12-08 11:22:25 +08:00
parent a4b2416344
commit b4af708e22
1 changed files with 3 additions and 0 deletions

View File

@ -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<Guid> guids = new List<Guid>();
@ -773,6 +775,7 @@ namespace IRaCIS.Core.Application.Service
);
}
//稽查 后端查询记录出表格数据,但是表格数据需要翻译,显示给出了翻译字典名,翻译的配置
else if (item.Type.ToLower() == FrontAudit.DictionaryType.GetDescription().ToLower())
{