Explorar o código

Merge branch 'master' of ssh://10.10.100.21/source/mes-client

章政 %!s(int64=6) %!d(string=hai) anos
pai
achega
75c52e41eb
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      UAS-MES/FunctionCode/Make/Make_SMTStockStencil.cs

+ 2 - 2
UAS-MES/FunctionCode/Make/Make_SMTStockStencil.cs

@@ -306,14 +306,14 @@ namespace UAS_MES.Make
                         //如果使用过张力范围39-55,使用过30-55
                         if (ifUsed)
                         {
-                            if (Range >= 30 && Range <= 55)
+                            if (Range > 30 && Range <= 55)
                             {
                                 CheckCount = CheckCount + 1;
                             }
                         }
                         else
                         {
-                            if (Range >= 30 && Range <= 55)
+                            if (Range > 30 && Range <= 55)
                             {
                                 CheckCount = CheckCount + 1;
                             }