From b9c79f595e5ad4684d731f968bf120ff8c52dbd8 Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期一, 23 十二月 2024 00:42:25 +0800 Subject: [PATCH] 解决重复HydroInfo获取问题 --- Desktop/PBS.Desktop.Core/DbFirstHelper.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Desktop/PBS.Desktop.Core/DbFirstHelper.cs b/Desktop/PBS.Desktop.Core/DbFirstHelper.cs index 6f5507f..d2de5ad 100644 --- a/Desktop/PBS.Desktop.Core/DbFirstHelper.cs +++ b/Desktop/PBS.Desktop.Core/DbFirstHelper.cs @@ -12,6 +12,7 @@ { await new Yw.BLL.DivisionDbFirstHelper().Initial();//xhs await new HStation.BLL.AssetsDbFirstHelper().Initial(); + await new BLL.WEDbFirstHelper().Initial(); } } } \ No newline at end of file -- Gitblit v1.9.3