查阅详情(历史)

# 查看 ### 路径 | | | | ------ | -------------------------------- | | url | [/api/taskHistory/getMineTaskInfo] | | method | POST | ### 参数 | name | type | 是否必要 | 描述 | | ------------------ | ------- | --------- | ---------------------- | ------------- | | taskHistoryId| String| Y | 历史任务ID | | executorId| String| Y | 执行人用户id| ### 传参示例 ```javascript { "taskHistoryId":"026f873e2ea73b90b40f6123ab08ab12", "executorId":"3062a4a1013f309b9e55535e79fcb350" } ``` ### 返回示例 ```javascript { "success": true, "data": { "replyExecutorVO": { "id": "da73c6539fe536d0b54468e390f7ccea", "taskId": "c7fa98008cd43a258a5fd5fb23b041aa", "taskHistoryId": "00e0dfd115403c6d96c4db143b7d9c09", "orgId": 1, "orgCode": "1", "orgLevelId": 109, "executorType": 2, "executorId": 201, "count": 1, "completedCount": 0, "readCount": 0, "readStatus": false, "replyStatus": 1001, "executor": true, "creator": false }, "downloadFileVOList": [ { "id": "c82ecdba95b03e50a77464e55cf66294", "fileName": "2005迭代内容(维稳)5.21.xlsx", "url": "http://tianque.oicp.net:19081/tqOssManager/getObjectByUri//xlsx/2020/6/12/143554692279.xlsx?auther=e3A6InpqcGluZ2FudG5nIixvcDoiVFFGUyIsYjoiYXBwY2xvdWQiLGFrOiJNN25ESmVzY3l2dkJRdFcxIixhczoiTGt5NjBZT1Q5WFM0NGtLelVDOWY5MllXS0tHbTZxVG0ifQ==", "previewUrl": "", "size": 85884, "activeId": "278" } ], "executorOverallVO": { "taskId": "c7fa98008cd43a258a5fd5fb23b041aa", "executorType": 2, "all": false, "orgLevelId": 109, "orgLevelName": "中央维稳办", "topEndOrgId": 201, "exectOrganizationVOs": [ { "orgId": 1, "orgCode": "1", "orgName": "中央维稳指导局", "orgLevelId": 109, "orgInternalId": 60 } ], "executorUserVOs": [ { "executorId": 201, "executorName": "陈佳", "orgId": 1 } ] }, "taskExpirationRemindVOS": [ { "aheadDays": 1, "remindMoment": "08:30" } ], "taskHistoryId": "00e0dfd115403c6d96c4db143b7d9c09", "taskName": "给自己下发一个任务啦呀", "taskType": 3, "taskTypeNew": 2, "orgId": 1, "departmentNo": "01", "orgName": "中央维稳指导局", "orgLevelId": 1, "createUserId": 201, "createUserName": "chenjia", "taskStatus": 1, "stopped": false, "completeStatus": false, "taskDesc": "憨憨每天都在学习", "remark": "", "taskLevel": 0, "remindType": "3", "executiveType": 2, "startTime": "2020-06-13 00:00:00", "endTime": "2020-06-30 23:59:59", "expirationRemind": 1, "needAssign": false, "id": "c7fa98008cd43a258a5fd5fb23b041aa" }, "errorCode": "", "msg": "" } ```