1
This commit is contained in:
@@ -45,18 +45,18 @@ namespace Gatedge.ScanCode.Controllers
|
||||
FieldKeys = "FEntryID,FNumber,FDataValue",
|
||||
Limit = 0,
|
||||
StartRow = 0,
|
||||
FilterString = new List<FilterItem>()
|
||||
FilterString = ""
|
||||
};
|
||||
// 已审核未禁用
|
||||
queryParam.FilterString.Add(new FilterItem()
|
||||
{
|
||||
Left = "",
|
||||
FieldName = "FId.FNumber",
|
||||
Compare = "67",
|
||||
Value = "01",
|
||||
Right = "",
|
||||
Logic = "",
|
||||
});
|
||||
//queryParam.FilterString.Add(new FilterItem()
|
||||
//{
|
||||
// Left = "",
|
||||
// FieldName = "FId.FNumber",
|
||||
// Compare = "67",
|
||||
// Value = "01",
|
||||
// Right = "",
|
||||
// Logic = "",
|
||||
//});
|
||||
var loginInfo = User.GetLoginInfoByClaimsPrincipal();
|
||||
_utils.InitCloudApi(loginInfo);
|
||||
ISupportingInformationService service = new SupportingInformationService(_utils);
|
||||
|
||||
Reference in New Issue
Block a user