From 0b679c8b18e2b598ff27cff2fa9ade2c46bde3be Mon Sep 17 00:00:00 2001 From: kazelee <1847801760@qq.com> Date: 星期一, 16 六月 2025 17:30:32 +0800 Subject: [PATCH] 优化AGV调试和出库逻辑,完成部分ERP反馈代码 --- util/LogHelper.cs | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/util/LogHelper.cs b/util/LogHelper.cs index 0afe82a..4d2f3d4 100644 --- a/util/LogHelper.cs +++ b/util/LogHelper.cs @@ -68,17 +68,17 @@ if (logger != null) { logger.Error($"{message}{ex.StackTrace}"); } - } + } - // ------------ - + #region 鑷畾涔夋柟娉� public static void InfoEx(Exception ex) { Info($"鍙戠敓浜嗗紓甯革細{ex.Message}\n{ex.StackTrace}"); } public static void InfoApi(string apiName, object model) { Info($"瑙﹀彂API锛歿apiName} " + JsonConvert.SerializeObject(model), "API"); - } + } + #endregion } -- Gitblit v1.9.1