增加稽查字段
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user