From 7142066b1bc6df5a25e429de59a934b44237ed50 Mon Sep 17 00:00:00 2001 From: zrg <z18737863051@163.com> Date: 星期四, 13 二月 2025 16:58:09 +0800 Subject: [PATCH] 1 --- LMES/DingDing_autoGetData.cs | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/LMES/DingDing_autoGetData.cs b/LMES/DingDing_autoGetData.cs index 1c1c941..c965687 100644 --- a/LMES/DingDing_autoGetData.cs +++ b/LMES/DingDing_autoGetData.cs @@ -58,11 +58,6 @@ return false; } - if (obj.getData_HuaMingCe(ref msg) == false) - { - return false; - } - //璁惧缁翠慨璁板綍鍗� if (obj.getData_EquipRepairWeiXiu(ref msg) == false) { @@ -70,6 +65,11 @@ } //妯″叿缁翠慨璁板綍鍗� 淇濆吇璁板綍鍗� if (obj.getData_MouldFileWeiXiuBaoYang(ref msg) == false) + { + return false; + } + + if (obj.getData_HuaMingCe(ref msg) == false) { return false; } @@ -101,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