文档
测试

根据人员 查询 所有部门人员

GET
http://127.0.0.1:8094/base/basePeopleInfo/findAllAndSuperiorPeopleInfo

接口描述

该人员如果为上级 返回当前部门以及子部门的人员

请求参数

参数名
类型
描述
必填
peopleId
number
人员id
必填

说明 / 示例

{ "code": "EPP01_0000", "message": "成功", "data": [ { "createUserId": null, "createTime": "2020-05-03 16:22:18", "updateUserId": null, "updateTime": "2020-05-03 16:22:18", "dataStatus": 1, "key": null, "title": null, "isLeaf": null, "slots": null, "id": 19587, "planList": null, "deptId": 8, "companyId": 1, "deptName": "斑西", "phone": "18728191216", "name": "测试6", "peopleType": 8, "postType": null, "gpsSignal": null, "status": 1, "gender": 2, "peopleAge": 24, "entryDate": null, "leaveDate": null, "insuranceStartDate": null, "insuranceEndDate": null, "insuranceType": null, "idCardNo": "500228199611137361", "operationStatus": 13, "lng": "117.91367792268923", "lat": "37.40558179367756", "peopleAddress": null, "isAlarm": 1, "facilityCardNo": "865940040010713", "alarmType": 7, "eventTime": "2020-05-04 19:27:50", "onlineCycle": 0, "remark": "未定位", "isLeave": 0, "speed": null, "battery": null, "isStandBy": false, "positionId": null, "positionName": null, "postNumber": null, "pinyinName": "ceshi6", "offlineReasons": 0, "peopleId": 75, "onLine": 1, "onDuty": 0, "onCharge": 2, "onSos": 0, "onLocation": 0, "onRetention": 0, "workTypeId": 40, "postId": 26, "postName": "测试职务", "workTypeName": "测试工作1", "heartRate": null, "dbp": null, "sbp": null, "bpResult": null, "planStatus": 0, "chargingTime": null, "peopleStatus": null }, { "createUserId": null, "createTime": "2020-05-03 16:22:38", "updateUserId": null, "updateTime": "2020-05-03 16:22:38", "dataStatus": 1, "key": null, "title": null, "isLeaf": null, "slots": null, "id": 19589, "planList": null, "deptId": 12, "companyId": 1, "deptName": "斑西", "phone": "18728191218", "name": "测试8", "peopleType": 8, "postType": null, "gpsSignal": null, "status": 1, "gender": 2, "peopleAge": 24, "entryDate": null, "leaveDate": null, "insuranceStartDate": null, "insuranceEndDate": null, "insuranceType": null, "idCardNo": "500228199611137361", "operationStatus": 13, "lng": "117.97367792268923", "lat": "37.41558179367756", "peopleAddress": null, "isAlarm": 1, "facilityCardNo": "865940040008410", "alarmType": 2, "eventTime": "2020-05-04 19:27:50", "onlineCycle": 0, "remark": "未定位", "isLeave": 0, "speed": null, "battery": null, "isStandBy": false, "positionId": null, "positionName": null, "postNumber": null, "pinyinName": "ceshi8", "offlineReasons": 0, "peopleId": 77, "onLine": 1, "onDuty": 0, "onCharge": 4, "onSos": 0, "onLocation": 0, "onRetention": 0, "workTypeId": 40, "postId": 28, "postName": "132131", "workTypeName": "测试工作1", "heartRate": null, "dbp": null, "sbp": null, "bpResult": null, "planStatus": 0, "chargingTime": null, "peopleStatus": null } ] }