From d13e6e7d5df05ba244971d2fabb788ccb0f5c12a Mon Sep 17 00:00:00 2001
From: wankeda <Administrator@DESKTOP-HAU3ST3>
Date: 星期二, 27 一月 2026 15:12:10 +0800
Subject: [PATCH] Merge branch 'master' of http://115.159.85.185:8098/r/MeiRuiAn/JiAnLiKu

---
 WMS/WIDESEA_WMSServer/WIDESEA_Core/AOP/LogAOP.cs |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/WMS/WIDESEA_WMSServer/WIDESEA_Core/AOP/LogAOP.cs b/WMS/WIDESEA_WMSServer/WIDESEA_Core/AOP/LogAOP.cs
index 50c3754..05251de 100644
--- a/WMS/WIDESEA_WMSServer/WIDESEA_Core/AOP/LogAOP.cs
+++ b/WMS/WIDESEA_WMSServer/WIDESEA_Core/AOP/LogAOP.cs
@@ -82,7 +82,7 @@
                             async () => await SuccessAction(invocation, apiLogAopInfo, startTime), /*鎴愬姛鏃舵墽琛�*/
                             ex =>
                             {
-                                LogEx(ex, apiLogAopInfo);
+                                //LogEx(ex, apiLogAopInfo);
                             });
                     }
                     //Task<TResult>
@@ -95,7 +95,7 @@
                             async (o) => await SuccessAction(invocation, apiLogAopInfo, startTime, o), /*鎴愬姛鏃舵墽琛�*/
                             ex =>
                             {
-                                LogEx(ex, apiLogAopInfo);
+                                //LogEx(ex, apiLogAopInfo);
                             });
                     }
 
@@ -146,13 +146,13 @@
                     apiLogAopInfo.ResponseJsonData = jsonResult;
                     Parallel.For(0, 1, e =>
                     {
-                        LogLock.OutLogAOP("AOPLog", new string[] { apiLogAopInfo.GetType().ToString(), JsonConvert.SerializeObject(apiLogAopInfo) });
+                        //LogLock.OutLogAOP("AOPLog", new string[] { apiLogAopInfo.GetType().ToString(), JsonConvert.SerializeObject(apiLogAopInfo) });
                     });
                 }
             }
             catch (Exception ex) // 鍚屾2
             {
-                LogEx(ex, apiLogAopInfo);
+                //LogEx(ex, apiLogAopInfo);
                 throw;
             }
         }

--
Gitblit v1.9.3