Lyyyi 6 일 전
부모
커밋
1b5debbd95
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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));
         }