| | |
| | | updateproject.Weixin = cooperatecustomCustomer.Weixin; |
| | | updateproject.HuiyuanId = cooperatecustomCustomer.HuiyuanId; |
| | | updateproject.Shifoutianjiaweixin = cooperatecustomCustomer.Shifoutianjiaweixin; |
| | | updateproject.Weixintime = cooperatecustomCustomer.Weixintime; |
| | | updateproject.Weixiner = cooperatecustomCustomer.Weixiner; |
| | | } |
| | | |
| | | _context.SaveChanges(); |
| | |
| | | Weixin = a.Weixin, |
| | | Shifoutianjiaweixin = a.Shifoutianjiaweixin, |
| | | HuiyuanId = a.HuiyuanId, |
| | | Weixiner = a.Weixiner, |
| | | Weixintime = a.Weixintime, |
| | | } |
| | | ).OrderByDescending(x => x.Modifytime).ToList(); |
| | | |