修复生产看板数据

This commit is contained in:
2025-09-02 15:29:18 +08:00
parent 6f3401179e
commit da09858630
2 changed files with 10 additions and 10 deletions

View File

@@ -147,7 +147,7 @@ namespace MyCode.Project.Services.Implementation
Year = datetimeTemp.Year,
Month = datetimeTemp.Month,
};
result.Add(_MOOrdersRepository.GetMoDataChartHeadByYearAndMonth(yearAndMonth));
result.Add(_MOOrdersRepository.GetMoDataChartHeadByYearAndMonth(yearAndMonthTemp));
}
return result;
}