Commit 5f9dd2d1 authored by 赵啸非's avatar 赵啸非

修改固定班次考勤

parent a21becf7
......@@ -36,7 +36,7 @@ public class AttendanceRecordDetailEntity extends AttendanceRecordDetailVo {
/**
* 上班打卡时间
*/
@Excel(name = "上班打卡时间", width = 30, dateFormat = "yyyy-MM-dd")
@Excel(name = "上班打卡时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss")
private Date goWorkDate;
/**
* 上班打卡结果(1.正常,2.请假,3.缺卡,4.迟到,5.早退)
......@@ -46,7 +46,7 @@ public class AttendanceRecordDetailEntity extends AttendanceRecordDetailVo {
/**
* 下班打卡时间
*/
@Excel(name = "下班打卡时间", width = 30, dateFormat = "yyyy-MM-dd")
@Excel(name = "下班打卡时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss")
private Date offWorkDate;
/**
* 下班打卡结果(1.正常,2.请假,3.缺卡,4.迟到,5.早退)
......
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