|
@@ -120,9 +120,6 @@ public class PunchInManagerImpl implements IPunchInManager {
|
|
|
PunchInWithRecordVO punchInWithRecordVO = new PunchInWithRecordVO();
|
|
PunchInWithRecordVO punchInWithRecordVO = new PunchInWithRecordVO();
|
|
|
BeanUtils.copyProperties(punchIn, punchInWithRecordVO);
|
|
BeanUtils.copyProperties(punchIn, punchInWithRecordVO);
|
|
|
punchInWithRecordVO.setPunchInId(punchIn.getId());
|
|
punchInWithRecordVO.setPunchInId(punchIn.getId());
|
|
|
- // 设置一个默认的页面显示值
|
|
|
|
|
- punchInWithRecordVO.setTimeTrack(LocalTime.parse("00:00:00.000"));
|
|
|
|
|
- punchInWithRecordVO.setCountTrack(0);
|
|
|
|
|
punchInWithRecordVO.setPunchInRecords(weeklyRecords);
|
|
punchInWithRecordVO.setPunchInRecords(weeklyRecords);
|
|
|
punchInWithRecordVOS.add(punchInWithRecordVO);
|
|
punchInWithRecordVOS.add(punchInWithRecordVO);
|
|
|
|
|
|