From 82645238a5855f6f7b8c397d1f8fa8b4a3155b94 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期三, 14 七月 2021 16:00:18 +0800
Subject: [PATCH] 提交

---
 zhengcaioa/Services/CooperatecustomCustomerService.cs |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/zhengcaioa/Services/CooperatecustomCustomerService.cs b/zhengcaioa/Services/CooperatecustomCustomerService.cs
index 22ef326..f71cf68 100644
--- a/zhengcaioa/Services/CooperatecustomCustomerService.cs
+++ b/zhengcaioa/Services/CooperatecustomCustomerService.cs
@@ -96,6 +96,8 @@
                     updateproject.Weixin = cooperatecustomCustomer.Weixin;
                     updateproject.HuiyuanId = cooperatecustomCustomer.HuiyuanId;
                     updateproject.Shifoutianjiaweixin = cooperatecustomCustomer.Shifoutianjiaweixin;
+                    updateproject.Weixintime = cooperatecustomCustomer.Weixintime;
+                    updateproject.Weixiner = cooperatecustomCustomer.Weixiner;
                 }
 
                 _context.SaveChanges();
@@ -255,6 +257,8 @@
                              Weixin = a.Weixin,
                              Shifoutianjiaweixin = a.Shifoutianjiaweixin,
                              HuiyuanId = a.HuiyuanId,
+                             Weixiner = a.Weixiner,
+                             Weixintime = a.Weixintime,
                          }
                         ).OrderByDescending(x => x.Modifytime).ToList();
 

--
Gitblit v1.9.1