|
@@ -612,7 +612,7 @@ proportion 占比,(0-1 的小数)float 进度3
|
|
|
|
|
|
根据名次倒序
|
|
|
|
|
|
-- 接口地址:/interface4ext/supervision/inspectionStatement/getInspectionTaskCount
|
|
|
+- 接口地址:/interface4ext/supervision/appealStatement/getAppealLineCount
|
|
|
|
|
|
- 请求方式:POST
|
|
|
|
|
@@ -637,10 +637,11 @@ proportion 占比,(0-1 的小数)float 进度3
|
|
|
| 字段名 | 含义 | 类型 | 备注 |
|
|
|
| ------------ | -------- | ------ | ---------------- |
|
|
|
| id | id | Long | |
|
|
|
- | extLineNames | 线路名称 | 字符串 | 返回的线路名称不带“路”,如有需要在图表返回值后面加“路” |
|
|
|
+ | extLineNames | 线路名称 | 字符串 | |
|
|
|
| extLineCodes | 线路编号 | 字符串 | |
|
|
|
| dealCount | 诉求总件数 | Long | |
|
|
|
- | appealType | 创建时间 | | |
|
|
|
+ | appealType | 诉求类型数据字典项 | 字符串 | |
|
|
|
+ | appealTypeName | 诉求类型 | 字符串 | |
|
|
|
|
|
|
{
|
|
|
"msg": "操作成功",
|
|
@@ -688,7 +689,8 @@ proportion 占比,(0-1 的小数)float 进度3
|
|
|
"handleFlag": null,
|
|
|
"workorderIds": "1000,1486",
|
|
|
"dealCount": 2,
|
|
|
- "appealType": "1"
|
|
|
+ "appealType": "1",
|
|
|
+ "appealTypeName": "意见建议"
|
|
|
},
|
|
|
......
|
|
|
]
|
|
@@ -848,7 +850,7 @@ proportion 占比,(0-1 的小数)float 进度3
|
|
|
|
|
|
![image-20241121171057240](img/image-20241121171057240.png)
|
|
|
|
|
|
-- 接口地址:/interface4ext/supervision/appealStatement/getAppealSourceCount
|
|
|
+- 接口地址:/interface4ext/supervision/inspectionStatement/getInspectionTaskCount
|
|
|
|
|
|
- 请求方式:POST
|
|
|
|