From 07d8011732a6c6d98fc55ef68495f014f95280d5 Mon Sep 17 00:00:00 2001 From: qwj <qwjzorro@163.com> Date: 星期四, 24 八月 2023 10:41:59 +0800 Subject: [PATCH] 方案、财务、设备、技术力量、质检报告、制度流程api --- DocumentServiceAPI.Core/DbContext.cs | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/DocumentServiceAPI.Core/DbContext.cs b/DocumentServiceAPI.Core/DbContext.cs index 3dd2e23..9c98cfa 100644 --- a/DocumentServiceAPI.Core/DbContext.cs +++ b/DocumentServiceAPI.Core/DbContext.cs @@ -59,6 +59,19 @@ } }; + db.Aop.OnLogExecuting = (sql, pars) => + { + Console.WriteLine(sql);//杈撳嚭sql,鏌ョ湅鎵цsql聽鎬ц兘鏃犲奖鍝� + + + //鑾峰彇鍘熺敓SQL鎺ㄨ崘聽5.1.4.63聽聽鎬ц兘OK + //UtilMethods.GetNativeSql(sql,pars) + + //鑾峰彇鏃犲弬鏁板寲SQL聽瀵规�ц兘鏈夊奖鍝嶏紝鐗瑰埆澶х殑SQL鍙傛暟澶氱殑锛岃皟璇曚娇鐢� + //UtilMethods.GetSqlString(DbType.SqlServer,sql,pars) + + + }; db.CurrentConnectionConfig.MoreSettings = new ConnMoreSettings() { //鎵�鏈� 澧炪�佸垹 銆佹敼 浼氳嚜鍔ㄨ皟鐢�.RemoveDataCache()娓呯悊浜岀骇缂撳瓨 -- Gitblit v1.9.1