文档
测试

根据名字模糊查询

GET
http://localhost:8094/base/basePeopleInfo/findListbyName

接口描述

非离职人员信息

请求参数

参数名
类型
描述
必填
name
String
名称
必填

说明 / 示例

{ "code": "EPP01_0000", "message": "成功", "data": [ { "createUserId": null, "createTime": "2020-04-20 15:12:00", "updateUserId": null, "updateTime": "2020-04-20 16:59:19", "dataStatus": 1, "id": 48, "name": "李四", "deptId": 117440587, "deptName": "测试1222222222", "companyId": 1, "idCardNo": "5.00228E+17", "gender": 2, "birthDay": "1996/11/13", "peopleAge": 24, "nativePlace": "重庆市县梁平县", "homeAddress": "", "liveAddress": "3", "contractPeriod": [2020,4,20], "employmentNature": "0", "remoteResidenceAccount": null, "nation": "", "maritalStatus": null, "politicalAffiliation": null, "phone": "18728197606", "otherPhone": "", "workingHours": "", "workingYears": "", "healthId": "", "familyStatus": "", "education": null, "graduateSchool": "", "graduationTime": [2020,4,20,16,58,10], "major": "", "speciality": "", "workTypeId": null, "postId": null, "workTypeName": "1", "postName": "工人", "entryTime": [2020,4,20,16,58,38], "companyWorkingYears": "", "paycardBank": "3", "bankCardNumber": "3", "attendanceRegistration": "", "performancePlan": "", "briefIntroduction": "", "resume": "", "peopleType": null, "status": 1, "postNumber": "", "pinyinName": "lisi", "fileUrlId": "" } ] }