From 705237545f3c37e811ead00a9d7eb2be1c8beffb Mon Sep 17 00:00:00 2001 From: "Ouellette Jonathan (CSC FI SPS MESLEO)" Date: Wed, 1 Oct 2025 16:56:13 +0000 Subject: [PATCH] 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 --- LSL2/STPROC/SCAN_SERVICES.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LSL2/STPROC/SCAN_SERVICES.txt b/LSL2/STPROC/SCAN_SERVICES.txt index b677c03..58996a1 100644 --- a/LSL2/STPROC/SCAN_SERVICES.txt +++ b/LSL2/STPROC/SCAN_SERVICES.txt @@ -990,7 +990,7 @@ Service ProcessScanData(ScanID, ScanJSON) ScannedSuppLot = ScansRow RDSSuppLot = RDSRec 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 RDSSuppLot = RDSRec 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)