Bladeren bron

1.调整部分员工分析对应的函数
2.修正定时任务时间

yuanrf 6 dagen geleden
bovenliggende
commit
856227c631

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

@@ -3164,8 +3164,10 @@ OPTION (MAXRECURSION 0); -- 允许无限递归      ";
             {
                 //曾
                 { 187, async () => { return await this.AiPerformanceAnalysis_FinancialDepartmentAsync(userId, start, end, createUserId);}},
-                 //伏
+                //伏
                 { 281, async () => { return await this.AiPerformanceAnalysis_Financial_Fu_DepartmentAsync(userId, start, end, createUserId);}},
+                //龙畑恬
+                { 223, async () => { return await this.AiPerformanceAnalysis_Financial_Fu_DepartmentAsync(userId, start, end, createUserId);}},
             };
 
             //id

+ 1 - 1
OASystem/OASystem.Api/OAMethodLib/Quartz/QuartzFactory.cs

@@ -47,7 +47,7 @@ namespace QuzrtzJob.Factory
                  .Build();
 
             var performanceTrigger = TriggerBuilder.Create()
-                .WithCronSchedule("0 0 8 3 * ?") // 每月3号8点执行
+                .WithCronSchedule("0 0 5 1 * ?") // 每月1号5点执行
                 .Build();
 
             //5、创建任务