|
|
@@ -58,7 +58,7 @@ public class DkAppServiceImpl implements DkAppService { |
|
|
|
dkCheckInRecord.setCheckInTime(TimeUtils.parseStr2LocalDateTime(appDTO.getClockIn())); |
|
|
|
dkCheckInRecord.setCheckInTime(TimeUtils.parseStr2LocalDateTime(appDTO.getClockIn())); |
|
|
|
dkCheckInRecord.setCheckInType(appDTO.getCheckInType()); |
|
|
|
dkCheckInRecord.setCheckInStatus("2"); |
|
|
|
dkCheckInRecord.setCheckInStatus("3"); |
|
|
|
dkCheckInRecord.setMonth(appDTO.getMonth()); |
|
|
|
dkCheckInRecord.setWeek(appDTO.getWeek()); |
|
|
|
dkCheckInRecord.setDay(appDTO.getDay()); |
|
|
@@ -82,7 +82,7 @@ public class DkAppServiceImpl implements DkAppService { |
|
|
|
dkCheckInRecord.setCheckInTime(TimeUtils.parseStr2LocalDateTime(appDTO.getClockIn())); |
|
|
|
dkCheckInRecord.setCheckInTime(TimeUtils.parseStr2LocalDateTime(appDTO.getClockIn())); |
|
|
|
dkCheckInRecord.setCheckInType(appDTO.getCheckInType()); |
|
|
|
dkCheckInRecord.setCheckInStatus("2"); |
|
|
|
dkCheckInRecord.setCheckInStatus("3"); |
|
|
|
dkCheckInRecord.setMonth(appDTO.getMonth()); |
|
|
|
dkCheckInRecord.setWeek(appDTO.getWeek()); |
|
|
|
dkCheckInRecord.setDay(appDTO.getDay()); |
|
|
@@ -206,7 +206,7 @@ public class DkAppServiceImpl implements DkAppService { |
|
|
|
dkCheckInRecord.setCheckInTime(TimeUtils.parseStr2LocalDateTime(appDTO.getClockOut())); |
|
|
|
dkCheckInRecord.setClockOut(TimeUtils.parseStr2LocalDateTime(appDTO.getClockOut())); |
|
|
|
dkCheckInRecord.setCheckInType(appDTO.getCheckInType()); |
|
|
|
dkCheckInRecord.setCheckInStatus("1"); |
|
|
|
dkCheckInRecord.setCheckInStatus("2"); |
|
|
|
dkCheckInRecord.setMonth(appDTO.getMonth()); |
|
|
|
dkCheckInRecord.setWeek(appDTO.getWeek()); |
|
|
|
dkCheckInRecord.setDay(appDTO.getDay()); |
|
|
@@ -232,7 +232,7 @@ public class DkAppServiceImpl implements DkAppService { |
|
|
|
dkCheckInRecord.setCheckInTime(TimeUtils.parseStr2LocalDateTime(appDTO.getClockOut())); |
|
|
|
dkCheckInRecord.setClockOut(TimeUtils.parseStr2LocalDateTime(appDTO.getClockOut())); |
|
|
|
dkCheckInRecord.setCheckInType(appDTO.getCheckInType()); |
|
|
|
dkCheckInRecord.setCheckInStatus("1"); |
|
|
|
dkCheckInRecord.setCheckInStatus("2"); |
|
|
|
dkCheckInRecord.setMonth(appDTO.getMonth()); |
|
|
|
dkCheckInRecord.setWeek(appDTO.getWeek()); |
|
|
|
dkCheckInRecord.setDay(appDTO.getDay()); |