Lyyyi 6 days ago
parent
commit
1b5debbd95
1 changed files with 1 additions and 1 deletions
  1. 1 1
      OASystem/OASystem.Api/Controllers/PersonnelModuleController.cs

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

@@ -5128,7 +5128,7 @@ ORDER BY MonthNumber, CollectionDays";
         /// <param name="evaluator">考核人</param>
         /// <returns></returns>
         [HttpGet]
-        public async Task<IActionResult> CompanyDailyInfos(string month, int evaluator)
+        public async Task<IActionResult> CompanyDailyKpiInfo(string month, int evaluator)
         {
             return Ok(await _companyDailyKyiRep.InfoAsync(month, evaluator));
         }