Browse Source

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

章政 6 years ago
parent
commit
75c52e41eb
1 changed files with 2 additions and 2 deletions
  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;
                             }