Parcourir la source

fix a routing bug.

sangwq il y a 1 an
Parent
commit
19499bd319
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Venus/Venus_RT/Modules/AutoCycle.cs

+ 1 - 1
Venus/Venus_RT/Modules/AutoCycle.cs

@@ -1299,7 +1299,7 @@ namespace Venus_RT.Modules
                 {
                     ExchangeLLWafersWithPMs(ModuleName.LLA);
                 }
-                else if(IsLoadReadyForTM(ModuleName.LLB) && llaExchangeNumber > 0)
+                else if(IsLoadReadyForTM(ModuleName.LLB) && llbExchangeNumber > 0)
                 {
                     ExchangeLLWafersWithPMs(ModuleName.LLB);
                 }