ソースを参照

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

anderx 1 年間 前
コミット
4e04217bf8
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1 0
      ruoyi-system/src/main/java/com/ruoyi/project/service/impl/ProjectStaffRecordServiceImpl.java

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