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