Merged PR 27478: Changed the comparison operator to force the values to be looked at as a string

Changed the comparison operator to force the values to be looked at as a string
This commit is contained in:
Ouellette Jonathan (CSC FI SPS MESLEO)
2025-10-01 16:56:13 +00:00
parent baa9af3e1a
commit 705237545f

View File

@ -990,7 +990,7 @@ Service ProcessScanData(ScanID, ScanJSON)
ScannedSuppLot = ScansRow<SCANS.SUPPLIER_LOT$>
RDSSuppLot = RDSRec<RDS_LOT_NUM$>
If (ScannedSuppLot NE '') then
If (ScannedSuppLot _EQC RDSSuppLot) then
If (ScannedSuppLot _EQSC RDSSuppLot) then
IsTWLoggingReqd = RDS_Services('IsTWLoggingReqd', RDSNo)
If IsTWLoggingReqd NE True$ OR TestWaferLotData NE '' then
WaferCountAckReq = Xlate('RDS', RDSNo, 'WAFER_COUNT_ACK_REQ', 'X')
@ -1068,7 +1068,7 @@ Service ProcessScanData(ScanID, ScanJSON)
ScannedSuppLot = ScansRow<SCANS.SUPPLIER_LOT$>
RDSSuppLot = RDSRec<RDS_LOT_NUM$>
If (ScannedSuppLot NE '') then
If (ScannedSuppLot _EQC RDSSuppLot) then
If (ScannedSuppLot _EQSC RDSSuppLot) then
IsTWLoggingReqd = RDS_Services('IsTWLoggingReqd', RDSNo)
If IsTWLoggingReqd NE True$ OR TestWaferLotData NE '' then
// Scheduled tool verification (only supports reactors at the moment)