From 0cea6e03005f037daf85354d6708b50f5b6e912b Mon Sep 17 00:00:00 2001 From: wtt <1985833171@qq.com> Date: 星期五, 20 九月 2024 09:13:48 +0800 Subject: [PATCH] 1 --- LMES/DingDing_autoGetData.cs | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/LMES/DingDing_autoGetData.cs b/LMES/DingDing_autoGetData.cs index 3cfcffa..1c1c941 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) -- Gitblit v1.9.1