From abf1e3b3334ab47c38aa92405a11a6ec92b7847a Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期四, 31 十月 2024 17:18:37 +0800 Subject: [PATCH] bimface 水流 --- Service/HStation.Service.Organize.Core/05-service/00-core/03-helper/DbFirstHelper.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Service/HStation.Service.Organize.Core/05-service/00-core/03-helper/DbFirstHelper.cs b/Service/HStation.Service.Organize.Core/05-service/00-core/03-helper/DbFirstHelper.cs index 0c8c789..632db00 100644 --- a/Service/HStation.Service.Organize.Core/05-service/00-core/03-helper/DbFirstHelper.cs +++ b/Service/HStation.Service.Organize.Core/05-service/00-core/03-helper/DbFirstHelper.cs @@ -43,7 +43,7 @@ { typeof(Entity.EmployeeMain), typeof(Entity.UserLoginMap), - typeof(Entity.LoginUserMain) + typeof(Entity.UserLoginAccount) }; using (var db = new SqlSugarClient(connectConfig)) -- Gitblit v1.9.3