From 7b3b60e8e01a1cf2fb97af695639b18210a160c0 Mon Sep 17 00:00:00 2001
From: 杨张扬 <634643841@qq.com>
Date: 星期日, 20 七月 2025 14:39:16 +0800
Subject: [PATCH] 去线边的,取消任务收到4后直接删除物料容器

---
 core/Monitor.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/core/Monitor.cs b/core/Monitor.cs
index 2d85a2e..f15790e 100644
--- a/core/Monitor.cs
+++ b/core/Monitor.cs
@@ -358,7 +358,7 @@
             var db = new SqlHelper<object>().GetInstance();
             try
             {
-                
+
             }
             catch (Exception ex)
             {

--
Gitblit v1.9.1