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