From c86d3069d9cc1047c8334acecb324b4f9013de35 Mon Sep 17 00:00:00 2001
From: ch <37327@LLOOCCY>
Date: 星期四, 20 十月 2022 22:51:32 +0800
Subject: [PATCH] 修改了看板 生产流转卡同步JSON
---
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