switch to wm_out_slot from wm_in_slot_no

PackageReference
connectionCount
#pragma warning disable IDE0060
This commit is contained in:
2023-04-24 10:22:36 -07:00
parent e554d75f14
commit 45ae7a63d6
22 changed files with 69 additions and 82 deletions

View File

@ -55,7 +55,7 @@ public class FromIQS
_ = result
.Append(" and rd.f_name = '").Append(description.Reactor).AppendLine("' ")
.Append(" and pd.f_name = '").Append(description.PSN).AppendLine("' ")
.AppendLine(" and jd.f_name in ('SP1') ")
.AppendLine(" and jd.f_name in ('SP101') ")
.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(" for json path ");