yuanrf 1 week ago
parent
commit
84206acea7
1 changed files with 3 additions and 0 deletions
  1. 3 0
      OASystem/OASystem.Api/Controllers/PersonnelModuleController.cs

+ 3 - 0
OASystem/OASystem.Api/Controllers/PersonnelModuleController.cs

@@ -3933,6 +3933,9 @@ OPTION (MAXRECURSION 0); -- 允许无限递归      ";
                 Year = start.Year,
                 Month = start.Month,
                 JsonResult = JsonConvert.SerializeObject(jw.Data),
+                StartDate = start,
+                EndDate = end,
+                UserId = userId
             };
 
             await _sqlSugar.Insertable(insertData).ExecuteCommandAsync();