报表查询
GET
http://localhost:8094/report/peopleV2/page/day-attend
请求参数
参数名
类型
描述
必填
pageNo
number
页码
必填
pageSize
number
每页条数
必填
peopleName
string
人员名称,精确查询
可选
peopleIds
array
保洁人员ID数组,数组内的值为number类型,可以查多个
可选
startDate
string
开始日期,格式为:yyyy-MM-dd
可选
endDate
string
截止日期,格式为:yyyy-MM-dd
可选
deptId
number
部门ID
可选
deptName
string
部门名称,精确查询
可选
type
string
查询类别,如果传:OUT_OF_DUTY,则表示只查询有脱岗记录的考勤
可选
响应参数
参数名
类型
描述
必填
code
string
EPP01_0000为查询成功,其他为查询失败
必填
data
object
数据
必填
message
string
结果描述
必填