车辆日报表导出
POST
http://localhost:8094/report/Vehicle/export/day-attend
请求参数
参数名
类型
描述
必填
peopleName
string
人员名称,精确查询
可选
peopleIds
array
保洁人员ID数组,数组内的值为number类型,可以查多个
可选
startDate
string
开始日期,格式为:yyyy-MM-dd
可选
endDate
string
截止日期,格式为:yyyy-MM-dd
可选
deptId
number
部门ID
可选
deptName
string
必选。部门名称,精确查询
必填
reportIds
array
要导出的报表ID值数组,数组内的值为number类型,可以导出多个。注意:如果传了该值,则只根据该条件导出,否则则根据以上条件导出。
可选
type
string
查询类别,如果传:OUT_OF_DUTY,则表示只查询有脱岗记录的考勤
可选
响应头内容
参数名
类型
描述
必填
Content-Type
string
application/vnd.ms-excel
必填
Content-Disposition
string
attachment;filename=文件名
必填
请求头
参数名
类型
描述
必填
Content-Type
string
application/json
必填