文档
测试

报修列表查询

POST
http://127.0.0.1:8181/staff/repair/list

请求参数

参数名
类型
描述
必填
repairStatus
string
处理状态 -2全部,-1-待接受,0-待分配,1-待响应,2-已处理,3-待反馈,4-已完成(多个用','号隔开)
必填
selfFlag
int
查询自己发起的数据(1-查询自己)
必填
pageNum
int
页码
必填
pageSize
int
页码条数
必填

响应参数

application/json
参数名
类型
描述
必填
hasMenu
boolean
报事报修菜单
必填
hasPer1
boolean
报修分配
必填
hasPer2
boolean
报修处理
必填
hasPer3
boolean
报修监督
必填
hasPer4
boolean
报修查看
必填
total
long
总条数
必填
repairReportList
list
报修列表
必填
id
long
报修id
必填
time
string
创建时间
必填
dictRepairId
long
维修类型ID
必填
reportContent
string
报修内容
必填
autoStatus
long
自动分配状态0自动1手动
必填
reportImg
string
报修图片
必填
reportMobile
string
报修电话
必填
roomNumber
string
房间号
必填
parkRegion
long
园区名称
必填
parkRegionId
string
园区id
必填
repairStatus
long
处理状态 0待分配 1待受理 2已受理 3待反馈 4已完成
必填
fprName
string
分配人姓名
必填
fprMobile
string
分配人电话
必填
clrName
string
处理人姓名
必填
clrMobile
string
处理人手机号
必填
lastupdate
string
最后更新时间
必填
dictRepairType
string
报修类型
必填
handleTimeout
string
处理超时时间
必填
repairSubmitTime
string
处理完成时间
必填
taskHandleProcessList
list
处理流程列表
必填
taskId
long
任务id
必填
taskType
long
务类型 1报修,2意见,3投诉
必填
userId
long
处理人
必填
userName
string
用户名称
必填
mobilePhone
string
处理人手机号
必填
operationType
long
操作类型(1-分配,2-接受,3-响应,4-处理,5-反馈)
必填
timeOutFlag
long
超时标识(0-未超时,1-已超时)
必填
timeOut
string
超时时间
必填
completeFlag
string
完成标识(0-未完成,1-已完成)
必填

说明 / 示例

**请求报文** ```json { "repairStatus":"-2", "selfFlag":"", "pageNum":"1", "pageSize":"1" } ``` **响应报文** ```json { "code": "0", "msg": "成功", "detail": null, "result": { "total": 2, "hasMenu": true, "hasPer1": true, "hasPer2": true, "hasPer3": false, "hasPer4": true, "repairReportList": [ { "searchValue": null, "creatorId": null, "createBy": null, "createTime": null, "updaterId": null, "updateBy": null, "updateTime": null, "remark": null, "params": {}, "id": 652, "time": "2022-11-11 02:52:46", "lastupdate": "2022-11-11 15:40:38", "status": 1, "userId": 9955, "roomNumber": "21栋302房", "parkRegion": "皇嘉商务中心", "parkRegionId": 107, "dictRepairId": 1, "dictRepairType": "水电", "reportContent": "灯泡不亮", "reportImg": "http://127.0.0.1:8181/profile/reportRepair/2022/10/27/120cf7a9-b6d1-4f62-abf7-34161a3f843d.png", "reportMobile": "17304497724", "repairStatus": 3, "autoStatus": 0, "repairUserId": 9958, "repairSubmitTime": "2022-11-11 15:40:38", "repairFinishedTime": null, "repairMark": "ok", "repairImgs": "[object Object]", "companyid": null, "fprName": "梁邱", "fprMobile": "17304497724", "clrName": "王卫国", "clrMobile": "13611111111", "timeOut": "0000", "userName": "梁邱", "fdResults": null, "fdContent": null, "handleTimeout": "2022-11-12 03:19:52", "acceptMark": "123", "taskHandleProcessList": [ { "taskId": 652, "taskType": 1, "userId": 9955, "userName": "梁邱", "mobilePhone": "17304497724", "operationType": 1, "completeFlag": 1, "timeOutFlag": 0, "timeOut": "2022-11-11 14:52:46", "createTime": "2022-11-11 10:52:46", "updateTime": "2022-11-11 10:55:46" }, { "taskId": 652, "taskType": 1, "userId": 9958, "userName": "王卫国", "mobilePhone": "13611111111", "operationType": 2, "completeFlag": 1, "timeOutFlag": 0, "timeOut": "2022-11-11 11:25:46", "createTime": "2022-11-11 10:55:46", "updateTime": "2022-11-11 11:06:16" }, { "taskId": 652, "taskType": 1, "userId": 9958, "userName": "王卫国", "mobilePhone": "13611111111", "operationType": 3, "completeFlag": 1, "timeOutFlag": 0, "timeOut": "2022-11-14 11:06:16", "createTime": "2022-11-11 11:06:16", "updateTime": "2022-11-11 15:19:53" }, { "taskId": 652, "taskType": 1, "userId": 9958, "userName": "王卫国", "mobilePhone": "13611111111", "operationType": 4, "completeFlag": 1, "timeOutFlag": 0, "timeOut": "2022-11-12 03:19:52", "createTime": "2022-11-11 15:19:53", "updateTime": "2022-11-11 15:40:38" } ] }, { "searchValue": null, "creatorId": null, "createBy": null, "createTime": null, "updaterId": null, "updateBy": null, "updateTime": null, "remark": null, "params": {}, "id": 653, "time": "2022-11-11 02:54:45", "lastupdate": "2022-11-11 10:54:45", "status": 1, "userId": 9958, "roomNumber": "1209", "parkRegion": "皇嘉商务中心", "parkRegionId": 107, "dictRepairId": 1, "dictRepairType": "水电", "reportContent": "水电", "reportImg": "[object Object]", "reportMobile": "13611111111", "repairStatus": 0, "autoStatus": 0, "repairUserId": 0, "repairSubmitTime": null, "repairFinishedTime": null, "repairMark": null, "repairImgs": null, "companyid": null, "fprName": null, "fprMobile": null, "clrName": null, "clrMobile": null, "timeOut": "0000", "userName": "王卫国", "fdResults": null, "fdContent": null, "handleTimeout": null, "acceptMark": null, "taskHandleProcessList": [ { "taskId": 653, "taskType": 1, "userId": null, "userName": null, "mobilePhone": null, "operationType": 1, "completeFlag": 0, "timeOutFlag": 1, "timeOut": "2022-11-11 14:54:45", "createTime": "2022-11-11 10:54:45", "updateTime": null } ] } ] }, "traceId": "5dde0dc4b53f44b38f34815493a951c1", "success": true } ```