增加稽查字段

This commit is contained in:
2022-12-29 09:24:47 +08:00
parent 1ad7308108
commit 9a5b5636e9
4 changed files with 28 additions and 22 deletions
@@ -995,6 +995,8 @@ 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(),
@@ -1145,6 +1147,11 @@ namespace IRaCIS.Core.Application.Service
DictionaryCode = data.DictionaryCode,
DictionaryType = data.DictionaryType,
InterfaceName = data.InterfaceName,
IsTableFiled=data.IsTableFiled,
TableFiledName=data.TableFiledName,
UrlConfigJsonStr=data.UrlConfigJsonStr,
TableConfigJsonStr=data.TableConfigJsonStr,
};
query = query