修改转发问题
This commit is contained in:
@@ -212,6 +212,25 @@ namespace IRaCIS.Core.Application.ViewModel
|
||||
public string DictionaryType { get; set; } = string.Empty;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 外键Table
|
||||
/// </summary>
|
||||
|
||||
public string ForeignKeyTable { get; set; } = string.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// 外键Ke
|
||||
/// </summary>
|
||||
|
||||
public string ForeignKeyValue { get; set; } = string.Empty;
|
||||
|
||||
/// <summary>
|
||||
///外键Text
|
||||
/// </summary>
|
||||
|
||||
public string ForeignKeyText { get; set; } = string.Empty;
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -195,7 +195,9 @@ namespace IRaCIS.Core.Application.Service
|
||||
DateType=data.DataType,
|
||||
DictionaryCode=data.DictionaryCode,
|
||||
DictionaryType=data.DictionaryType,
|
||||
};
|
||||
|
||||
|
||||
};
|
||||
|
||||
query = query
|
||||
.WhereIf(!iq.Value.IsNullOrEmpty(), x => x.Value == iq.Value)
|
||||
|
||||
Reference in New Issue
Block a user