Commit 58b97b27 authored by 赵啸非's avatar 赵啸非

添加修改每日考勤列表返回数据

parent e8d93d02
......@@ -225,7 +225,7 @@ public class AttendanceRecordDetailEntity extends AttendanceRecordDetailVo {
@Override
public int hashCode() {
return this.getId().hashCode();
return this.getOrderNum().hashCode();
}
@Override
......@@ -238,6 +238,7 @@ public class AttendanceRecordDetailEntity extends AttendanceRecordDetailVo {
}
}
return false;
}
public String toString() {
......
......@@ -15,11 +15,9 @@ client.global.set("authToken", JSON.parse(response.body).data.token);
###考勤打卡记录信息列表
POST {{baseUrl}}/attendance/record/list
Authorization: {{authToken}}
Content-Type: application/json
{
"staffName":"6qxjjx",
"page":1,
"size":10
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment