|
|
@@ -777,6 +777,7 @@ public class ProjectStaffRecordServiceImpl implements ProjectStaffRecordService
|
|
|
|
|
|
@Override
|
|
|
public List<Map<String,Object>> getMonthClock(Integer id, String yearMonth) {
|
|
|
+ yearMonth=yearMonth+"-01";
|
|
|
LocalDate startDate = LocalDate.parse(yearMonth, DateTimeFormatter.ofPattern("yyyy-MM-dd"));
|
|
|
startDate=startDate.withDayOfMonth(1);
|
|
|
int year=startDate.getYear();
|