Job name and operator

This commit is contained in:
2023-05-10 12:22:24 -07:00
parent abf52afef9
commit 6f49fa2cee
4 changed files with 4 additions and 1 deletions

View File

@ -68,7 +68,7 @@ public class FromIQS
_ = result
.Append(" and pr.f_name = '").Append(description.Reactor).AppendLine("' ")
.Append(" and pd.f_name = '").Append(description.PSN).AppendLine("' ")
.AppendLine(" and jd.f_name in ('SRP2100') ")
.AppendLine(" and jd.f_name in ('SRP') ")
.Append(" and jd.f_name = '").Append(logistics.MesEntity).AppendLine("' ")
.Append(" and dateadd(HH, -7, (dateadd(SS, convert(bigint, se.f_sgtm), '19700101'))) = '").Append(dateTime).AppendLine("' ")
.AppendLine(" ) as iq ")