From 17c1c9bb4537f3915e5b53e1a26a1a0b9c8e7c85 Mon Sep 17 00:00:00 2001 From: hudong <Administrator@PC-20250329JZUF> Date: 星期一, 16 六月 2025 08:37:58 +0800 Subject: [PATCH] 1.定时充电问题排查,增加状态字段增加定时更新状态2.删除webservice所有日志 api接口日志(超时问题优化) --- core/WCSCore.cs | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/core/WCSCore.cs b/core/WCSCore.cs index f41c066..c60542f 100644 --- a/core/WCSCore.cs +++ b/core/WCSCore.cs @@ -7,6 +7,7 @@ using System; using System.Collections.Generic; using System.Linq; +using System.Threading.Tasks; using static HH.WCS.Mobox3.pinggao.api.ApiModel; namespace HH.WCS.Mobox3.pinggao.core { @@ -140,6 +141,10 @@ } + } internal static void Dispatch1() { + //鏌ヨ浠诲姟 + //鑾峰彇鎵�湁绛夊緟鐨勪换鍔�+ TaskProcess.SendCd(); } /// <summary> -- Gitblit v1.9.1