From 7d621af2b19a9881a2837a5f87b7fae4ec302299 Mon Sep 17 00:00:00 2001 From: gaofei1985 <181547018@qq.com> Date: Wed, 24 Apr 2024 17:39:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SGGL/BLL/WebService/MCSWebService.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/SGGL/BLL/WebService/MCSWebService.cs b/SGGL/BLL/WebService/MCSWebService.cs index 777d9c98..1924b0d4 100644 --- a/SGGL/BLL/WebService/MCSWebService.cs +++ b/SGGL/BLL/WebService/MCSWebService.cs @@ -32,8 +32,7 @@ AutoReset = true }; messageTimer.Elapsed += new ElapsedEventHandler(GetCLData); - //messageTimer.Interval = 1000 * 60 * 60 * 24;// 60分钟 60000 * adTimeJ; - messageTimer.Interval = 1000 * 60;// 60分钟 60000 * adTimeJ; + messageTimer.Interval = 1000 * 60 * 60 * 12;// 60分钟 60000 * adTimeJ; messageTimer.Start(); } #endregion