修复生产看板数据
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user