Commit b7b9e290 authored by 赵啸非's avatar 赵啸非

修改考勤汇总

parent c4e41159
......@@ -427,6 +427,11 @@ public class AttendanceRecordHikServiceImpl extends AbstractCRUDServiceImpl<Atte
break;
}
}
if(YesNoEnum.YES.getValue()==attendanceRecordEntity.getSignInResult()&&YesNoEnum.YES.getValue()==attendanceRecordEntity.getSignOutResult()){
attendanceRecordEntity.setPunchResult(YesNoEnum.YES.getValue());
}
attendanceRecordEntity.setAttendType("现场打卡");
//判断是否存在记录 如果存在 则更新 维度 staffId attendanceDate shiftsId attendanceGroupId
......
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