Changed reactor event query to only use REACT_EVENT table

This commit is contained in:
Daniel Wathen
2023-03-01 16:45:47 -07:00
parent 57ef8d8d25
commit 7ca02958dc
3 changed files with 19 additions and 25 deletions

View File

@ -58,7 +58,8 @@ public static class DailyReportHelper
"HGCV1",
"HGCV2",
"HGCV3",
"SRP"
"SRP",
"TENCOR3"
};
List<Reactor> reactors = new();