From d871b3c107c72c015b9bd6aaffd81878747f478b Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期五, 12 四月 2024 08:39:03 +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