瀏覽代碼

打印数据到 MiniProfiler

高级CV工程师 2 年之前
父節點
當前提交
132be04f2b
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Admin.NET/Admin.NET.Core/SqlSugar/SqlSugarSetup.cs

+ 1 - 0
Admin.NET/Admin.NET.Core/SqlSugar/SqlSugarSetup.cs

@@ -148,6 +148,7 @@ public static class SqlSugarSetup
                     Console.ForegroundColor = ConsoleColor.DarkYellow;
                     Console.ForegroundColor = ConsoleColor.DarkYellow;
                     Console.WriteLine(log);
                     Console.WriteLine(log);
                     Console.ForegroundColor = originColor;
                     Console.ForegroundColor = originColor;
+                    App.PrintToMiniProfiler("SqlSugar", "Slow", $"{fileName}:{fileLine}\r\n{firstMethodName}\r\n{UtilMethods.GetSqlString(config.DbType, sql, pars)}");
                 }
                 }
             };
             };
         }
         }