From 02c4ee44ea1ec8479a9420df3d52844f23995f28 Mon Sep 17 00:00:00 2001 From: wtt <1985833171@qq.com> Date: 星期一, 25 十一月 2024 11:28:12 +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