From f7ad3416dfc1558be842f3190688adc9a5a8933d Mon Sep 17 00:00:00 2001
From: wankeda <Administrator@DESKTOP-HAU3ST3>
Date: 星期日, 18 一月 2026 14:51:23 +0800
Subject: [PATCH] 添加盘点,合托流程
---
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