From ac95d9b438a3b310e4f136740a6483558fa9a38d Mon Sep 17 00:00:00 2001 From: bibabo <765221495@qq.com> Date: Sun, 14 Jul 2024 15:17:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/0-core/HuanMeng.MiaoYu.Code/Base/MiaoYuBase.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/0-core/HuanMeng.MiaoYu.Code/Base/MiaoYuBase.cs b/src/0-core/HuanMeng.MiaoYu.Code/Base/MiaoYuBase.cs index 74af056..991f921 100644 --- a/src/0-core/HuanMeng.MiaoYu.Code/Base/MiaoYuBase.cs +++ b/src/0-core/HuanMeng.MiaoYu.Code/Base/MiaoYuBase.cs @@ -221,7 +221,7 @@ namespace HuanMeng.MiaoYu.Code.Base #endregion #region 缓存实现类 - private MiaoYuCache? _miaoYuCache; + private MiaoYuCache? _miaoYuCache ; //new MiaoYuCache(Dao, Mapper); /// /// 妙语实现类 /// @@ -233,7 +233,6 @@ namespace HuanMeng.MiaoYu.Code.Base { //new MiaoYuDataEntityCache(Dao).DataList _miaoYuCache = new MiaoYuCache(Dao, Mapper); - } return _miaoYuCache; }