From e15856e05e8c9f2bf787dca73c6178e0326e3d6c Mon Sep 17 00:00:00 2001
From: wtt <1985833171@qq.com>
Date: 星期一, 04 十一月 2024 08:25:31 +0800
Subject: [PATCH] 1
---
LMES/DingDing_autoGetData.cs | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/LMES/DingDing_autoGetData.cs b/LMES/DingDing_autoGetData.cs
index 3cfcffa..8e9b291 100644
--- a/LMES/DingDing_autoGetData.cs
+++ b/LMES/DingDing_autoGetData.cs
@@ -63,6 +63,17 @@
return false;
}
+ //璁惧缁翠慨璁板綍鍗�
+ if (obj.getData_EquipRepairWeiXiu(ref msg) == false)
+ {
+ return false;
+ }
+ //妯″叿缁翠慨璁板綍鍗� 淇濆吇璁板綍鍗�
+ if (obj.getData_MouldFileWeiXiuBaoYang(ref msg) == false)
+ {
+ return false;
+ }
+
return true;
}
catch (Exception e)
@@ -90,6 +101,7 @@
#region 瀹氭椂鍣ㄤ簩锛氬悓姝ラ拤閽夋暟鎹�
private void timer2_Tick(object sender, EventArgs e)
{
+ //this.timer2.Enabled = false;
int connectTimes = 0;
int maxConnectTimes = 10;
--
Gitblit v1.9.1