Browse Source

修复NTFBLL返回错误值的问题。

sat23 3 years ago
parent
commit
6ceb861793
1 changed files with 4 additions and 0 deletions
  1. 4 0
      BLL/NTFBLL.cs

+ 4 - 0
BLL/NTFBLL.cs

@@ -89,6 +89,8 @@ namespace MOKA_Factory_Tools.BLL
                     {
                         return false;
                     }
+
+                    return true;
                 }
                 else if (nOrderType == 0)   // 试产;
                 {
@@ -135,6 +137,8 @@ namespace MOKA_Factory_Tools.BLL
                     {
                         return false;
                     }
+
+                    return true;
                 }
             }