From 3be731462e275bd2221b03fdabb55d2ed829392e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=88=91=E5=8F=AB=E9=94=84=E5=A4=B4?= Date: Tue, 16 Apr 2024 17:16:31 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9A=84=E5=93=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ProductionSystem/Forms/HomeFormInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ProductionSystem/Forms/HomeFormInfo.cs b/ProductionSystem/Forms/HomeFormInfo.cs index 4df2cd6..118a45d 100644 --- a/ProductionSystem/Forms/HomeFormInfo.cs +++ b/ProductionSystem/Forms/HomeFormInfo.cs @@ -734,7 +734,7 @@ namespace ProductionSystem.Forms public void ToCache(Action action) { - string name = GetCode() + action.Method.Name; + string name = GetCode() +":"+ action.Method.Name; XTrace.WriteLine($"开始步骤{name}"); if (!_cache.ContainsKey(name)) {