{
"taskName":"1",//轮转计划
"year":1,//年度
"status":1,//1:未发布 2:未开始 3进行中 4已完成
"startDate":"11",//开始日期
"endDate":"11"//结束日期
}
curl --location --request POST 'localhost:8077/regular/taskRotation/taskRotationList' \
--header 'token: undefined' \
--header 'roleId: {{stuRoleId}}' \
--header 'channel: 2' \
--header 'Authorization: Bearer e04bc2ccd70847efbd8b3775fb951f4e' \
--header 'tenantId: {{tenantId}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"taskName":"1",//轮转计划
"year":1,//年度
"status":1,//1:未发布 2:未开始 3进行中 4已完成
"startDate":"11",//开始日期
"endDate":"11"//结束日期
}'
{
"code": 0,
"errorCode": 0,
"message": "",
"result": {
"lastPage": 0,
"rows": [
{
"createTime": "2023-10-25 15:46",
"createUser": "",
"delFlag": 0,
"endTime": null,
"hospitalId": 320,
"month": 0,
"remarks": "",
"startTime": null,
"statusStr": "未发布",
"sumPeople": 1,
"taskId": 1,
"taskName": "测试导入计划",
"taskStatus": 1,
"year": 2023
},
{
"createTime": "2023-10-30 13:09",
"createUser": "虾条",
"delFlag": 0,
"endTime": null,
"hospitalId": 320,
"month": 0,
"remarks": "啦啦啦啦",
"startTime": null,
"statusStr": "未发布",
"sumPeople": 0,
"taskId": 2,
"taskName": "接口测试轮转管理添加",
"taskStatus": 1,
"year": null
}
],
"total": 2
},
"success": true
}