|
@@ -844,10 +844,72 @@ proportion 占比,(0-1 的小数)float 进度3
|
|
|
|
|
|
结果:
|
|
|
|
|
|
-#### (6)各类型检查任务数量和占比(no)--(段)
|
|
|
+#### (6)各类型检查任务数量和占比(yes)--(段)
|
|
|
|
|
|
![image-20241121171057240](img/image-20241121171057240.png)
|
|
|
|
|
|
+- 接口地址:/interface4ext/supervision/appealStatement/getAppealSourceCount
|
|
|
+
|
|
|
+- 请求方式:POST
|
|
|
+
|
|
|
+- 请求参数: 无
|
|
|
+
|
|
|
+- 返回结果:
|
|
|
+
|
|
|
+ | 中文名 | 字段名 | 类型 | 备注 |
|
|
|
+ | ------------- | ------ | ------ | ------------------- |
|
|
|
+ | 状态码 | code | int | 200:成功,其他:错误 |
|
|
|
+ | 成功/错误消息 | msg | string | |
|
|
|
+ | 结果集 | data | 对象 | |
|
|
|
+
|
|
|
+- rows 结果集
|
|
|
+
|
|
|
+ | 字段名 | 含义 | 类型 | 备注 |
|
|
|
+ | ------------ | -------- | ------ | ---------------- |
|
|
|
+ | taskCount | 各类型任务数量 | Long | |
|
|
|
+ | taskFlagName | 计划类型名称 | 字符串 | |
|
|
|
+
|
|
|
+
|
|
|
+{
|
|
|
+ "msg": "操作成功",
|
|
|
+ "code": 200,
|
|
|
+ "data": [
|
|
|
+ {
|
|
|
+ "searchValue": null,
|
|
|
+ "createBy": null,
|
|
|
+ "createByUser": null,
|
|
|
+ "createByNickName": null,
|
|
|
+ "deptIdOfCreateBy": null,
|
|
|
+ "deptNameOfCreateBy": null,
|
|
|
+ "deptAncestorOfCreateBy": null,
|
|
|
+ "deptAncestorsNamesOfCreateBy": null,
|
|
|
+ "createTime": null,
|
|
|
+ "updateBy": null,
|
|
|
+ "updateTime": null,
|
|
|
+ "remark": null,
|
|
|
+ "ccedList": null,
|
|
|
+ "sysAttachmentList": null,
|
|
|
+ "params": {},
|
|
|
+ "id": null,
|
|
|
+ "delFlag": null,
|
|
|
+ "taskTitle": null,
|
|
|
+ "taskContent": null,
|
|
|
+ "taskStartTime": null,
|
|
|
+ "taskEndTime": null,
|
|
|
+ "taskFlag": "0",
|
|
|
+ "publishFlag": null,
|
|
|
+ "taskUserId": null,
|
|
|
+ "taskUserName": null,
|
|
|
+ "extDeptIds": null,
|
|
|
+ "extDeptNames": null,
|
|
|
+ "attachmentIds": null,
|
|
|
+ "taskCount": 5,
|
|
|
+ "taskId": "1001,1003,1004",
|
|
|
+ "taskFlagName": "周计划"
|
|
|
+ },
|
|
|
+ ......
|
|
|
+ ]
|
|
|
+}
|
|
|
|
|
|
|
|
|
|