From 15666271fd5a4783767cb1ce075c2206de776d63 Mon Sep 17 00:00:00 2001 From: "{872297557@qq.com}" <872297557@qq.com> Date: Fri, 6 Jan 2023 18:08:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/Inspection/FrontAuditConfigService.cs | 4 ---- 1 file changed, 4 deletions(-) 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, };