POST VueApi/getLastQueryCondition
加载最后一次查询的参数
Request Information
URI Parameters
None.
Body Parameters
LastQueryDataReq| Name | Description | Type | Additional information |
|---|---|---|---|
| fBillTypeId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"fBillTypeId": 1
}
application/xml, text/xml
Sample:
<LastQueryDataReq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.Models.Vue"> <fBillTypeId>1</fBillTypeId> </LastQueryDataReq>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
QueryDataResModelEx| Name | Description | Type | Additional information |
|---|---|---|---|
| exPara | ExPara |
None. |
|
| superFilter | SuperFilter |
None. |
|
| fClassId | string |
None. |
|
| fRowBegin | integer |
None. |
|
| fRowEnd | integer |
None. |
|
| fFilter | Collection of QueryPlanReqModelDic |
None. |
|
| fUse | boolean |
None. |
|
| fTreeId | integer |
None. |
|
| listDetail | Collection of QueryDetail |
None. |
|
| passListEntry | Collection of GlHasSelect |
None. |
|
| filterListEntry | Collection of GlFilterDic |
None. |
|
| fCondition | string |
None. |
|
| fastQueryList | Collection of t_ClassFastSearchDetail |
None. |
|
| qPara | Object |
None. |
|
| error | integer |
None. |
|
| Msg | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"exPara": {
"fExBillTypeId": 1,
"fExPageIndex": 2,
"fExFieldName": "sample string 3",
"fExPara": {
"sample string 1": {},
"sample string 3": {}
},
"fOrderAsc": "sample string 4",
"fOrderField": "sample string 5",
"fExFilter": "sample string 6",
"fSourceQueryPara": [
{
"fSourceInterId": 1,
"fSourceTranId": 2
},
{
"fSourceInterId": 1,
"fSourceTranId": 2
}
],
"fSourceQueryEntryPara": [
{
"fSourceInterId": 1,
"fSourceTranId": 2,
"fSourceEntryId": 3
},
{
"fSourceInterId": 1,
"fSourceTranId": 2,
"fSourceEntryId": 3
}
],
"fClearOrAdd": "sample string 7"
},
"superFilter": {
"fName": "sample string 1",
"fPlanId": 2,
"autosave": true,
"listSuperFilter": [
{
"fPageIndex": 1,
"super": true,
"left": "sample string 3",
"key": "sample string 4",
"fIsVariable": true,
"value": {},
"right": "sample string 7",
"logic": "sample string 8",
"caption": "sample string 9",
"fListCtlType": 10,
"fScale": "sample string 11",
"sqlValue": "sample string 12",
"opt": "sample string 13",
"fNeedValue": true
},
{
"fPageIndex": 1,
"super": true,
"left": "sample string 3",
"key": "sample string 4",
"fIsVariable": true,
"value": {},
"right": "sample string 7",
"logic": "sample string 8",
"caption": "sample string 9",
"fListCtlType": 10,
"fScale": "sample string 11",
"sqlValue": "sample string 12",
"opt": "sample string 13",
"fNeedValue": true
}
],
"listSuperDetail": [
{
"fPageIndex": "sample string 1",
"fName": "sample string 2",
"fCheck": "sample string 3",
"fIsEntry": true,
"fMustCheck": true
},
{
"fPageIndex": "sample string 1",
"fName": "sample string 2",
"fCheck": "sample string 3",
"fIsEntry": true,
"fMustCheck": true
}
],
"listStatus": [
{
"fKey": "sample string 1",
"fValue": "sample string 2"
},
{
"fKey": "sample string 1",
"fValue": "sample string 2"
}
]
},
"fClassId": "sample string 1",
"fRowBegin": 2,
"fRowEnd": 3,
"fFilter": [
{
"fPageIndex": 1,
"super": true,
"left": "sample string 3",
"key": "sample string 4",
"fIsVariable": true,
"value": {},
"right": "sample string 7",
"logic": "sample string 8",
"caption": "sample string 9",
"fListCtlType": 10,
"fScale": "sample string 11",
"sqlValue": "sample string 12",
"opt": "sample string 13",
"fNeedValue": true
},
{
"fPageIndex": 1,
"super": true,
"left": "sample string 3",
"key": "sample string 4",
"fIsVariable": true,
"value": {},
"right": "sample string 7",
"logic": "sample string 8",
"caption": "sample string 9",
"fListCtlType": 10,
"fScale": "sample string 11",
"sqlValue": "sample string 12",
"opt": "sample string 13",
"fNeedValue": true
}
],
"fUse": true,
"fTreeId": 5,
"listDetail": [
{
"fPageIndex": "sample string 1",
"fName": "sample string 2",
"fCheck": "sample string 3",
"fIsEntry": true,
"fMustCheck": true
},
{
"fPageIndex": "sample string 1",
"fName": "sample string 2",
"fCheck": "sample string 3",
"fIsEntry": true,
"fMustCheck": true
}
],
"passListEntry": [
{
"fBillTypeId": 1,
"fInterId": 2,
"fEntryId": 3
},
{
"fBillTypeId": 1,
"fInterId": 2,
"fEntryId": 3
}
],
"filterListEntry": [
{
"fName": "sample string 1",
"fSourPage": 2,
"fValue": "sample string 3"
},
{
"fName": "sample string 1",
"fSourPage": 2,
"fValue": "sample string 3"
}
],
"fCondition": "sample string 6",
"fastQueryList": [
{
"fBillTypeId": 1,
"fTitle": "sample string 2"
},
{
"fBillTypeId": 1,
"fTitle": "sample string 2"
}
],
"qPara": {},
"error": 8,
"Msg": "sample string 9"
}
application/xml, text/xml
Sample:
<QueryDataResModelEx xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLL.VueApi">
<Msg>sample string 9</Msg>
<error>8</error>
<exPara xmlns:d2p1="http://schemas.datacontract.org/2004/07/DbFrameModel">
<d2p1:fClearOrAdd>sample string 7</d2p1:fClearOrAdd>
<d2p1:fExBillTypeId>1</d2p1:fExBillTypeId>
<d2p1:fExFieldName>sample string 3</d2p1:fExFieldName>
<d2p1:fExFilter>sample string 6</d2p1:fExFilter>
<d2p1:fExPageIndex>2</d2p1:fExPageIndex>
<d2p1:fExPara xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:KeyValueOfstringanyType>
<d3p1:Key>sample string 1</d3p1:Key>
<d3p1:Value />
</d3p1:KeyValueOfstringanyType>
<d3p1:KeyValueOfstringanyType>
<d3p1:Key>sample string 3</d3p1:Key>
<d3p1:Value />
</d3p1:KeyValueOfstringanyType>
</d2p1:fExPara>
<d2p1:fOrderAsc>sample string 4</d2p1:fOrderAsc>
<d2p1:fOrderField>sample string 5</d2p1:fOrderField>
<d2p1:fSourceQueryEntryPara>
<d2p1:SourceQueryEntryPara>
<d2p1:fSourceEntryId>3</d2p1:fSourceEntryId>
<d2p1:fSourceInterId>1</d2p1:fSourceInterId>
<d2p1:fSourceTranId>2</d2p1:fSourceTranId>
</d2p1:SourceQueryEntryPara>
<d2p1:SourceQueryEntryPara>
<d2p1:fSourceEntryId>3</d2p1:fSourceEntryId>
<d2p1:fSourceInterId>1</d2p1:fSourceInterId>
<d2p1:fSourceTranId>2</d2p1:fSourceTranId>
</d2p1:SourceQueryEntryPara>
</d2p1:fSourceQueryEntryPara>
<d2p1:fSourceQueryPara>
<d2p1:SourceQueryPara>
<d2p1:fSourceInterId>1</d2p1:fSourceInterId>
<d2p1:fSourceTranId>2</d2p1:fSourceTranId>
</d2p1:SourceQueryPara>
<d2p1:SourceQueryPara>
<d2p1:fSourceInterId>1</d2p1:fSourceInterId>
<d2p1:fSourceTranId>2</d2p1:fSourceTranId>
</d2p1:SourceQueryPara>
</d2p1:fSourceQueryPara>
</exPara>
<fClassId>sample string 1</fClassId>
<fCondition>sample string 6</fCondition>
<fFilter xmlns:d2p1="http://schemas.datacontract.org/2004/07/DbFrameModel">
<d2p1:QueryPlanReqModelDic>
<d2p1:caption>sample string 9</d2p1:caption>
<d2p1:fIsVariable>true</d2p1:fIsVariable>
<d2p1:fListCtlType>10</d2p1:fListCtlType>
<d2p1:fNeedValue>true</d2p1:fNeedValue>
<d2p1:fPageIndex>1</d2p1:fPageIndex>
<d2p1:fScale>sample string 11</d2p1:fScale>
<d2p1:key>sample string 4</d2p1:key>
<d2p1:left>sample string 3</d2p1:left>
<d2p1:logic>sample string 8</d2p1:logic>
<d2p1:opt>sample string 13</d2p1:opt>
<d2p1:right>sample string 7</d2p1:right>
<d2p1:sqlValue>sample string 12</d2p1:sqlValue>
<d2p1:super>true</d2p1:super>
<d2p1:value />
</d2p1:QueryPlanReqModelDic>
<d2p1:QueryPlanReqModelDic>
<d2p1:caption>sample string 9</d2p1:caption>
<d2p1:fIsVariable>true</d2p1:fIsVariable>
<d2p1:fListCtlType>10</d2p1:fListCtlType>
<d2p1:fNeedValue>true</d2p1:fNeedValue>
<d2p1:fPageIndex>1</d2p1:fPageIndex>
<d2p1:fScale>sample string 11</d2p1:fScale>
<d2p1:key>sample string 4</d2p1:key>
<d2p1:left>sample string 3</d2p1:left>
<d2p1:logic>sample string 8</d2p1:logic>
<d2p1:opt>sample string 13</d2p1:opt>
<d2p1:right>sample string 7</d2p1:right>
<d2p1:sqlValue>sample string 12</d2p1:sqlValue>
<d2p1:super>true</d2p1:super>
<d2p1:value />
</d2p1:QueryPlanReqModelDic>
</fFilter>
<fRowBegin>2</fRowBegin>
<fRowEnd>3</fRowEnd>
<fTreeId>5</fTreeId>
<fUse>true</fUse>
<fastQueryList xmlns:d2p1="http://schemas.datacontract.org/2004/07/DbFrameModel">
<d2p1:t_ClassFastSearchDetail>
<d2p1:fBillTypeId>1</d2p1:fBillTypeId>
<d2p1:fTitle>sample string 2</d2p1:fTitle>
</d2p1:t_ClassFastSearchDetail>
<d2p1:t_ClassFastSearchDetail>
<d2p1:fBillTypeId>1</d2p1:fBillTypeId>
<d2p1:fTitle>sample string 2</d2p1:fTitle>
</d2p1:t_ClassFastSearchDetail>
</fastQueryList>
<filterListEntry xmlns:d2p1="http://schemas.datacontract.org/2004/07/DbFrameModel">
<d2p1:GlFilterDic>
<d2p1:fName>sample string 1</d2p1:fName>
<d2p1:fSourPage>2</d2p1:fSourPage>
<d2p1:fValue>sample string 3</d2p1:fValue>
</d2p1:GlFilterDic>
<d2p1:GlFilterDic>
<d2p1:fName>sample string 1</d2p1:fName>
<d2p1:fSourPage>2</d2p1:fSourPage>
<d2p1:fValue>sample string 3</d2p1:fValue>
</d2p1:GlFilterDic>
</filterListEntry>
<listDetail xmlns:d2p1="http://schemas.datacontract.org/2004/07/DbFrameModel">
<d2p1:QueryDetail>
<d2p1:fCheck>sample string 3</d2p1:fCheck>
<d2p1:fIsEntry>true</d2p1:fIsEntry>
<d2p1:fMustCheck>true</d2p1:fMustCheck>
<d2p1:fName>sample string 2</d2p1:fName>
<d2p1:fPageIndex>sample string 1</d2p1:fPageIndex>
</d2p1:QueryDetail>
<d2p1:QueryDetail>
<d2p1:fCheck>sample string 3</d2p1:fCheck>
<d2p1:fIsEntry>true</d2p1:fIsEntry>
<d2p1:fMustCheck>true</d2p1:fMustCheck>
<d2p1:fName>sample string 2</d2p1:fName>
<d2p1:fPageIndex>sample string 1</d2p1:fPageIndex>
</d2p1:QueryDetail>
</listDetail>
<passListEntry xmlns:d2p1="http://schemas.datacontract.org/2004/07/DbFrameModel">
<d2p1:GlHasSelect>
<d2p1:fBillTypeId>1</d2p1:fBillTypeId>
<d2p1:fEntryId>3</d2p1:fEntryId>
<d2p1:fInterId>2</d2p1:fInterId>
</d2p1:GlHasSelect>
<d2p1:GlHasSelect>
<d2p1:fBillTypeId>1</d2p1:fBillTypeId>
<d2p1:fEntryId>3</d2p1:fEntryId>
<d2p1:fInterId>2</d2p1:fInterId>
</d2p1:GlHasSelect>
</passListEntry>
<qPara />
<superFilter xmlns:d2p1="http://schemas.datacontract.org/2004/07/DbFrameModel">
<d2p1:autosave>true</d2p1:autosave>
<d2p1:fName>sample string 1</d2p1:fName>
<d2p1:fPlanId>2</d2p1:fPlanId>
<d2p1:listStatus>
<d2p1:QueryPlanStatusReqModelDic>
<d2p1:fKey>sample string 1</d2p1:fKey>
<d2p1:fValue>sample string 2</d2p1:fValue>
</d2p1:QueryPlanStatusReqModelDic>
<d2p1:QueryPlanStatusReqModelDic>
<d2p1:fKey>sample string 1</d2p1:fKey>
<d2p1:fValue>sample string 2</d2p1:fValue>
</d2p1:QueryPlanStatusReqModelDic>
</d2p1:listStatus>
<d2p1:listSuperDetail>
<d2p1:QueryDetail>
<d2p1:fCheck>sample string 3</d2p1:fCheck>
<d2p1:fIsEntry>true</d2p1:fIsEntry>
<d2p1:fMustCheck>true</d2p1:fMustCheck>
<d2p1:fName>sample string 2</d2p1:fName>
<d2p1:fPageIndex>sample string 1</d2p1:fPageIndex>
</d2p1:QueryDetail>
<d2p1:QueryDetail>
<d2p1:fCheck>sample string 3</d2p1:fCheck>
<d2p1:fIsEntry>true</d2p1:fIsEntry>
<d2p1:fMustCheck>true</d2p1:fMustCheck>
<d2p1:fName>sample string 2</d2p1:fName>
<d2p1:fPageIndex>sample string 1</d2p1:fPageIndex>
</d2p1:QueryDetail>
</d2p1:listSuperDetail>
<d2p1:listSuperFilter>
<d2p1:QueryPlanReqModelDic>
<d2p1:caption>sample string 9</d2p1:caption>
<d2p1:fIsVariable>true</d2p1:fIsVariable>
<d2p1:fListCtlType>10</d2p1:fListCtlType>
<d2p1:fNeedValue>true</d2p1:fNeedValue>
<d2p1:fPageIndex>1</d2p1:fPageIndex>
<d2p1:fScale>sample string 11</d2p1:fScale>
<d2p1:key>sample string 4</d2p1:key>
<d2p1:left>sample string 3</d2p1:left>
<d2p1:logic>sample string 8</d2p1:logic>
<d2p1:opt>sample string 13</d2p1:opt>
<d2p1:right>sample string 7</d2p1:right>
<d2p1:sqlValue>sample string 12</d2p1:sqlValue>
<d2p1:super>true</d2p1:super>
<d2p1:value />
</d2p1:QueryPlanReqModelDic>
<d2p1:QueryPlanReqModelDic>
<d2p1:caption>sample string 9</d2p1:caption>
<d2p1:fIsVariable>true</d2p1:fIsVariable>
<d2p1:fListCtlType>10</d2p1:fListCtlType>
<d2p1:fNeedValue>true</d2p1:fNeedValue>
<d2p1:fPageIndex>1</d2p1:fPageIndex>
<d2p1:fScale>sample string 11</d2p1:fScale>
<d2p1:key>sample string 4</d2p1:key>
<d2p1:left>sample string 3</d2p1:left>
<d2p1:logic>sample string 8</d2p1:logic>
<d2p1:opt>sample string 13</d2p1:opt>
<d2p1:right>sample string 7</d2p1:right>
<d2p1:sqlValue>sample string 12</d2p1:sqlValue>
<d2p1:super>true</d2p1:super>
<d2p1:value />
</d2p1:QueryPlanReqModelDic>
</d2p1:listSuperFilter>
</superFilter>
</QueryDataResModelEx>