|
|
@@ -1050,7 +1050,6 @@ public class ProjectStaffRecordServiceImpl implements ProjectStaffRecordService
|
|
|
userClockDataDetailsBo.setDuration(new BigDecimal(str));
|
|
|
String s = title2.get(index);
|
|
|
userClockDataDetailsBo.setDateStr(str);
|
|
|
-
|
|
|
if (s.equals("六")||s.equals("日")){
|
|
|
day++;
|
|
|
LocalDate localDate1 = localDate.withDayOfMonth(day);
|