yuanrf 1 tydzień temu
rodzic
commit
84206acea7

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