diff --git a/IRaCIS.Core.Application/Service/Inspection/FrontAuditConfigService.cs b/IRaCIS.Core.Application/Service/Inspection/FrontAuditConfigService.cs index 886a9e8a3..a896d0f7f 100644 --- a/IRaCIS.Core.Application/Service/Inspection/FrontAuditConfigService.cs +++ b/IRaCIS.Core.Application/Service/Inspection/FrontAuditConfigService.cs @@ -1089,8 +1089,6 @@ namespace IRaCIS.Core.Application.Service TableConfigJsonStr = lst.Select(x => x.TableConfigJsonStr).FirstOrDefault(), UrlConfigJsonStr = lst.Select(x => x.UrlConfigJsonStr).FirstOrDefault(), IsShowByTrialConfig = lst.Select(x => x.IsShowByTrialConfig).FirstOrDefault(), - IsTableFiled = lst.Select(x => x.IsTableFiled).FirstOrDefault(), - TableFiledName = lst.Select(x => x.TableFiledName).FirstOrDefault(), TrialConfigRelyFieldName = lst.Select(x => x.TrialConfigRelyFieldName).FirstOrDefault(), Code = lst.Max(x => x.Code), ConfigType = lst.Select(x => x.ConfigType).FirstOrDefault(), @@ -1242,8 +1240,6 @@ namespace IRaCIS.Core.Application.Service DictionaryType = data.DictionaryType, InterfaceName = data.InterfaceName, - IsTableFiled = data.IsTableFiled, - TableFiledName = data.TableFiledName, UrlConfigJsonStr = data.UrlConfigJsonStr, TableConfigJsonStr = data.TableConfigJsonStr, };