Преглед изворни кода

新增获取项目打卡月份数据表

anderx пре 1 година
родитељ
комит
4e04217bf8

+ 1 - 0
ruoyi-system/src/main/java/com/ruoyi/project/service/impl/ProjectStaffRecordServiceImpl.java

@@ -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();