文档
测试

现场勘察分页查询

GET
http://127.0.0.1:8094/weChatDataController/query/investigatePage?current=1&size=10

请求参数

参数名
类型
描述
必填
deptId
Integer
部门ID
必填
peopleName
String
人员姓名
必填
status
Integer
审核状态 0:初始 1:通过 2:审批中 3:已驳回 4:已撤销 6:通过后撤销 7:已删除 10:已支付
必填
spNo
String
审批编号(唯一识别码)
必填
startTime
String
开始时间
必填
endTime
String
结束时间
必填
current
int
当前页
必填
size
int
页大小
必填

说明 / 示例

{ "data": [ { "id": 1, "spNo": "202006240023", --审批编号 "status": 2, "createTime": "2020-06-24 14:57:58", "updateTime": null, "peopleId": 1562, "peopleName": "冉军(测试)", --申请人 "deptId": null, "deptName": null, "companyId": 1, "investigatePeople": "冉军(测试)", --勘验人姓名 "investigatePeopleId": null, --勘验人id "investigateDeptName": null,- -勘验人部门 "investigateDeptId": null, --勘验人部门id "investigateDate": "2020-06-24 14:04:00", --勘验时间 "investigateAddress": "重庆市渝北区百灵路", -- 地址 "constructionPlan": "测试", -- 拟定现场图片 "files": [], "twxApprovals": [] } ], "totalCount": 1, "totalPage": 1, "pageSize": 10, "pageNo": 1 }