{
"page": "string",
"pagesize": "string",
"startTime": "string",
"endTime": "string",
"dataStatus": "string",
"adjust": "string",
"approval": "string",
"commonTreeDto": {
"unitId": "string",
"allpath": "string",
"level": "string",
"type": "string",
"name": "string"
}
}
curl --location --request POST '/budgetUpdate/getBudgetList.do' \
--header 'Cookie: JSESSIONID=598E4F80CC13CF23B6FB096103875F74' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": "string",
"pagesize": "string",
"startTime": "string",
"endTime": "string",
"dataStatus": "string",
"adjust": "string",
"approval": "string",
"commonTreeDto": {
"unitId": "string",
"allpath": "string",
"level": "string",
"type": "string",
"name": "string"
}
}'
{
"data": {
"cpage": 1,
"totalitem": 1,
"totalpage": 1,
"pagesize": 10,
"nextpage": 1,
"previouspage": 1,
"hasnextpage": false,
"hasprevioupage": false,
"hasfristpage": false,
"hasendpage": false,
"list": [
{
"budgetUpdate": "2c2897a88b22c47e018b22cc1c940005",
"nodeName": "审核人",
"ckj": "村会计(合作社会计",
"year": "2023",
"insertDate": "2023-01-24",
"dataStatus": 2,
"dept": "1a0076fb1f7849038d99057e820f3b7c",
"cjwzr": "村监委主任(合作社监事会主任)",
"MODIFYDATE": "",
"czbsj": "村党组织书记(合作社董事长)",
"ISTZ": 0,
"czr": "村主任",
"id": "20fd691fbc0c44cb841bd320a18b9546",
"nodeId": "a9babae9599341ae94e41d7426da71dd"
}
],
"map": null
},
"msg": "成功",
"code": 0,
"success": true
}