解决 OEE月统计错误

main
xiaoguo 1 year ago
parent 4df29f721f
commit 10f00bb0e8

Binary file not shown.

@ -687,7 +687,7 @@ namespace PVDEMCS.Services.Repositories.Impl
}
else
{
days = new DateTime(now.Year, item.TotalMonth, 1).GetDaysOfMonth();
days = DateTime.DaysInMonth(now.Year, item.TotalMonth);
minutes = days * 60 * 24;
}
var value = 0m;

Loading…
Cancel
Save