Explorar o código

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

sat23 %!s(int64=3) %!d(string=hai) anos
pai
achega
6ceb861793
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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;
                 }
             }