Commit 98b30549 authored by 盖献康's avatar 盖献康 Committed by 王琮

修改 考勤管理导出问题

parent ffab461a
......@@ -84,7 +84,7 @@ public class AttendanceSync extends CyIdEntity<AttendanceSync> {
* @column off_hours
* @default
*/
@Excel(name = "下班时间", orderNum = "6", width = 20)
@Excel(name = "下班时间", orderNum = "7", width = 20)
private String offHours;
......@@ -110,7 +110,7 @@ public class AttendanceSync extends CyIdEntity<AttendanceSync> {
* @column date_of_attendance
* @default
*/
@Excel(name = "考勤日期", orderNum = "7", width = 20)
@Excel(name = "考勤日期", orderNum = "5", width = 20)
private String dateOfAttendance;
/**
......
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