From e353bc2ea9b511432e96036b100b124c775e5cad Mon Sep 17 00:00:00 2001 From: liaoxujun@qq.com <liaoxujun@qq.com> Date: 星期三, 03 四月 2024 16:27:39 +0800 Subject: [PATCH] 修改地推显示 --- CoreCms.Net.Services/baifenbingfa/OfflineDistributorServices.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/CoreCms.Net.Services/baifenbingfa/OfflineDistributorServices.cs b/CoreCms.Net.Services/baifenbingfa/OfflineDistributorServices.cs index 57497e6..a5bdb97 100644 --- a/CoreCms.Net.Services/baifenbingfa/OfflineDistributorServices.cs +++ b/CoreCms.Net.Services/baifenbingfa/OfflineDistributorServices.cs @@ -141,7 +141,7 @@ oldmod.Adder = entity.Adder; oldmod.ContactPerson = entity.ContactPerson; oldmod.Category = entity.Category; - + oldmod.CooperationIntent = entity.CooperationIntent; oldmod.School = entity.School; var oldMeetings = await db.Queryable<OfflineDistributorMeeting>().Where(x => x.OfflineDistributorID == oldmod.Id).OrderBy(x => x.id).ToListAsync(); var oldIntentions = await db.Queryable<OfflineDistributorOder>().Where(x => x.OfflineDistributorID == oldmod.Id).OrderBy(x => x.Id).ToListAsync(); -- Gitblit v1.9.1