Przeglądaj źródła

打印数据到 MiniProfiler

高级CV工程师 2 lat temu
rodzic
commit
132be04f2b

+ 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)}");
                 }
                 }
             };
             };
         }
         }