This commit is contained in:
DEVICE8\12494
2023-04-19 13:41:48 +08:00
parent fa52f42d97
commit 95fb16a3bf

View File

@@ -17,7 +17,7 @@ namespace Tnb.ProductionPlanMgr.internals
static BaseService()
{
var repo = App.GetService<ISqlSugarRepository<DbLinkEntity>>();
var = await repo.GetListAsync();
//var = await repo.GetListAsync();
var dbMgr = App.GetService<IDataBaseManager>();
}