From 5149d3bdebf69c44cf9e2e0db83bcca075426ae4 Mon Sep 17 00:00:00 2001 From: ndbs Date: Fri, 11 Aug 2023 11:19:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=BF=E8=88=8D=E6=99=9A=E5=BD=92=E8=A7=84?= =?UTF-8?q?=E5=88=99=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Acc_DormitoryRule/Acc_DormitoryRuleService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/LogisticsManagement/Acc_DormitoryRule/Acc_DormitoryRuleService.cs b/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/LogisticsManagement/Acc_DormitoryRule/Acc_DormitoryRuleService.cs index e5148edfb..be54c6467 100644 --- a/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/LogisticsManagement/Acc_DormitoryRule/Acc_DormitoryRuleService.cs +++ b/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/LogisticsManagement/Acc_DormitoryRule/Acc_DormitoryRuleService.cs @@ -152,7 +152,7 @@ namespace Learun.Application.TwoDevelopment.LogisticsManagement entity.Create(); entity.CreateTime = DateTime.Now; entity.CreateUserId = loInfo.account; - var NewID = this.BaseRepository().FindEntity(x => x.F_FullName == "保卫处").F_DepartmentId; + var NewID = this.BaseRepository().FindEntity(x => x.F_FullName == "保卫科").F_DepartmentId; if (NewID != null && entity.Defend == 1) { entity.DefendId = NewID;