yuanrf 1 day ago
parent
commit
8a06373ec9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      OASystem/OASystem.Api/Controllers/PersonnelModuleController.cs

+ 2 - 2
OASystem/OASystem.Api/Controllers/PersonnelModuleController.cs

@@ -3683,14 +3683,14 @@ OPTION (MAXRECURSION 0); -- 允许无限递归      ";
         }
 
         /// <summary>
-        /// 机票员工分析pdf下载
+        /// 国交员工分析pdf下载
         /// </summary>
         /// <param name="year"></param>
         /// <param name="month"></param>
         /// <param name="userId"></param>
         /// <returns></returns>
         [HttpPost]
-        public async Task<IActionResult> AiPerformanceAnalysis_AirTicketFileDownAsync(int year, int month, int userId)
+        public async Task<IActionResult> AiPerformanceAnalysis_GuojiaoFileDownAsync(int year, int month, int userId)
         {
             var jw = JsonView(false);