From a516bd113181c846d0176d773770d818aeb59fac Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期四, 06 十一月 2025 08:53:45 +0800
Subject: [PATCH] 工单排产、生产工单、生产入库单、返工列表:显示人员ID改为显示人员姓名

---
 DevApp/Gs.DevApp/ToolBox/MsgHelper.cs |   16 ----------------
 1 files changed, 0 insertions(+), 16 deletions(-)

diff --git a/DevApp/Gs.DevApp/ToolBox/MsgHelper.cs b/DevApp/Gs.DevApp/ToolBox/MsgHelper.cs
index 7e42e87..4300e16 100644
--- a/DevApp/Gs.DevApp/ToolBox/MsgHelper.cs
+++ b/DevApp/Gs.DevApp/ToolBox/MsgHelper.cs
@@ -53,22 +53,6 @@
             Warning(s);
         }
 
-        public static void ShowException(Exception ex, string customMessage)
-        {
-            //if (ex is CustomException)
-            //{
-            //    ShowException(ex);
-            //}
-            //else if (customMessage != "")
-            //{
-            //    Warning(customMessage);
-            //}
-            //else
-            //{
-            //    Warning(ex.Message);
-            //}
-        }
-
         /// <summary>
         ///     淇℃伅鎻愮ず妗�
         /// </summary>

--
Gitblit v1.9.3