Commit d5f9de19 authored by 廖旭伟's avatar 廖旭伟

考勤汇总更新时间记录

parent 71bdacc7
......@@ -403,6 +403,7 @@ public class AttendanceStatServiceImpl extends AbstractCRUDServiceImpl<Attendanc
}
//this.dao.update(temp);
temp.setStaffName(staffName);
temp.setUpdateTime(new Date());
updateList.add(temp);
}
String attendanceSummary = "";
......@@ -612,6 +613,7 @@ public class AttendanceStatServiceImpl extends AbstractCRUDServiceImpl<Attendanc
}
//this.dao.update(temp);
temp.setStaffName(staffName);
temp.setUpdateTime(new Date());
updateList.add(temp);
}
......
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