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