Commit 6e3fc520 authored by 赵啸非's avatar 赵啸非

修改redis认证方式

parent 78e96ed9
...@@ -408,8 +408,6 @@ public class FixWorkOtherAttendance extends AttendanceWorkAbstract { ...@@ -408,8 +408,6 @@ public class FixWorkOtherAttendance extends AttendanceWorkAbstract {
if (!ObjectUtils.isEmpty(errorEntityList)) { if (!ObjectUtils.isEmpty(errorEntityList)) {
//删除当前员工当日未处理的异常后,重新添加 //删除当前员工当日未处理的异常后,重新添加
AttendanceRecordErrorQuery errorQuery = new AttendanceRecordErrorQuery(); AttendanceRecordErrorQuery errorQuery = new AttendanceRecordErrorQuery();
errorQuery.setCreateTimeStart(dateStr); errorQuery.setCreateTimeStart(dateStr);
......
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