Merge branch 'dev' of 123.207.203.228:server/HuanMengProject into dev

This commit is contained in:
zpc 2024-07-14 15:42:33 +08:00
commit bdcf89bc35

View File

@ -221,7 +221,7 @@ namespace HuanMeng.MiaoYu.Code.Base
#endregion #endregion
#region #region
private MiaoYuCache? _miaoYuCache; private MiaoYuCache? _miaoYuCache ; //new MiaoYuCache(Dao, Mapper);
/// <summary> /// <summary>
/// 妙语实现类 /// 妙语实现类
/// </summary> /// </summary>
@ -233,7 +233,6 @@ namespace HuanMeng.MiaoYu.Code.Base
{ {
//new MiaoYuDataEntityCache<T_Character>(Dao).DataList //new MiaoYuDataEntityCache<T_Character>(Dao).DataList
_miaoYuCache = new MiaoYuCache(Dao, Mapper); _miaoYuCache = new MiaoYuCache(Dao, Mapper);
} }
return _miaoYuCache; return _miaoYuCache;
} }