From b257f2917a8dfda7542257535c96ef3544b8e27b Mon Sep 17 00:00:00 2001
From: jingh <jingh@LAPTOP-I53VDLOO>
Date: 星期三, 29 九月 2021 00:13:31 +0800
Subject: [PATCH] 不良评审单增加不良数量控制  存储过程

---
 MES/Program.cs |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/MES/Program.cs b/MES/Program.cs
index e9b0592..66fc8e6 100644
--- a/MES/Program.cs
+++ b/MES/Program.cs
@@ -20,7 +20,9 @@
             Pub_Class.ClsPub.SetIPAddress();
             DBUtility.ClsPub.SetIPAddress();
             DBUtility.ClsPub.VersionNum = "12.1";
-            Pub_Class.ClsPub.VersionNum = "12.1";
+            Pub_Class.ClsPub.VersionNum = "12.1"; 
+
+
             //try                                
             //{             
             if (DBUtility.ClsPub.CheckUpdate())

--
Gitblit v1.9.1