From 747cfc84c88ad9f0cdf1732196019e34e867a77e Mon Sep 17 00:00:00 2001 From: 海波 张 <2956280567@qq.com> Date: 星期二, 27 五月 2025 17:29:39 +0800 Subject: [PATCH] 金坛mes接口修改 --- core/Monitor.cs | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/core/Monitor.cs b/core/Monitor.cs index a739122..c67890c 100644 --- a/core/Monitor.cs +++ b/core/Monitor.cs @@ -4,6 +4,7 @@ using HH.WCS.ZhongCeJinTan.util; using HH.WCS.ZhongCeJinTan.wms; using Newtonsoft.Json; +using SqlSugar; using System; using System.Collections.Generic; using System.Linq; @@ -80,8 +81,13 @@ } } + //鍑哄簱浠诲姟 鍔ㄤ綔鐮佹湁1鏃� 姣忛殧涓�鏃堕棿鎻愰珮涓�浼樺厛绾�+ + public static void UpdateOutTaskPriority() + { + //var ts1 = DateTime.Now.Subtract(datetime).TotalMinutes; - + } } } -- Gitblit v1.9.1