Businese.BillPayDAL.GetChangedListCount

获取我录入的付款单中发生了状态变更的数量 调用GetById后会重置状态变更标志

Parameters:

Name Type Description
State Nullable<PayState>

Returns: Int32

Sample:

Request:

    {
    "jsonrpc": "2.0",
    "method": "Businese.BillPayDAL.GetChangedListCount",
    "params": {
        "State" : 0 /* [Nullable<PayState>]*/
        
    },
    "id": 1,
    "tags": {
        "usertoken": "",
        "sessionid": ""
    }
  }
Response:
{
  "jsonrpc": "2.0",
  "result": 1,
  "error": null,
  "id": 1
}