username@email.com
2021-07-14 82645238a5855f6f7b8c397d1f8fa8b4a3155b94
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();