From c95da853d45c632c4deffd55cbf9d4f4dd30e2a4 Mon Sep 17 00:00:00 2001 From: IGeekFan Date: Fri, 4 Dec 2020 10:24:13 +0800 Subject: [PATCH] =?UTF-8?q?Updated=20=E5=B8=B8=E8=A7=81=E9=97=AE=E9=A2=98?= =?UTF-8?q?=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 常见问题.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/常见问题.md b/常见问题.md index d8a1cb7..e711365 100644 --- a/常见问题.md +++ b/常见问题.md @@ -14,7 +14,7 @@ static IFreeSql fsql = new FreeSql.FreeSqlBuilder() fsql.Aop.CurdAfter += (s, e) => { if (e.ElapsedMilliseconds > 200) - Console.WriteLine($"线程:{e.Sql}\r\n") + Console.WriteLine($"线程:{e.Sql}\r\n"); }; ``` ---