{
"year": 0,
"month": 0,
"contractId": 0,
"projectId": 0,
"buildUserId": 0,
"orgId": 0,
"startDate": "string",
"endDate": "string",
"position": "string"
}
curl --location --request POST '/build-user/check-statistics' \
--header 'Content-Type: application/json' \
--data-raw '{
"year": 0,
"month": 0,
"contractId": 0,
"projectId": 0,
"buildUserId": 0,
"orgId": 0,
"startDate": "string",
"endDate": "string",
"position": "string"
}'
{
"code": 0,
"msg": "",
"data": [
{
"contractId": 0,
"contractName": "",
"contractType": "",
"orgId": 0,
"orgName": "",
"positionMap": {
"": {
"position": "",
"workHours": 0.0,
"workDaysExpect": 0,
"workDaysReal": 0,
"workDaysRealList": [
{
"workHours": 0.0,
"date": "",
"dayOfWeek": "",
"leave": false,
"checkInTime": "",
"checkOutTime": "",
"checkInImageUrl": "",
"checkOutImageUrl": "",
"checkResult": 0,
"userName": ""
}
],
"lackDays": 0,
"lackDaysList": [
{
"workHours": 0.0,
"date": "",
"dayOfWeek": "",
"leave": false,
"checkInTime": "",
"checkOutTime": "",
"checkInImageUrl": "",
"checkOutImageUrl": "",
"checkResult": 0,
"userName": ""
}
],
"leaveDays": 0,
"leaveDaysList": [
{
"workHours": 0.0,
"date": "",
"dayOfWeek": "",
"leave": false,
"checkInTime": "",
"checkOutTime": "",
"checkInImageUrl": "",
"checkOutImageUrl": "",
"checkResult": 0,
"userName": ""
}
],
"userName": "",
"buildUserId": 0,
"monthList": [
{
"workHours": 0.0,
"date": "",
"dayOfWeek": "",
"leave": false,
"checkInTime": "",
"checkOutTime": "",
"checkInImageUrl": "",
"checkOutImageUrl": "",
"checkResult": 0,
"userName": ""
}
]
}
}
}
]
}