| | |
| | | updateproject.Dianxiaozhuanyuan = intentionCustomer.Dianxiaozhuanyuan; |
| | | updateproject.Zuijinzhuizongtime = intentionCustomer.Zuijinzhuizongtime; |
| | | |
| | | updateproject.Weixin = intentionCustomer.Weixin; |
| | | updateproject.Shifoutianjiaweixin = intentionCustomer.Shifoutianjiaweixin; |
| | | |
| | | } |
| | | |
| | | _context.SaveChanges(); |
| | |
| | | |
| | | && (string.IsNullOrWhiteSpace(searchEntity.Yixiangtime) || (a.Yixiangtime >= Yixiangtimestart && a.Yixiangtime <= Yixiangtimeend)) |
| | | && (string.IsNullOrWhiteSpace(searchEntity.Yixiang) || ( a.Yixiang == searchEntity.Yixiang.Trim() && (a.Ywjl == null || a.Ywjl == searchEntity.YwjlYx) )) |
| | | && (string.IsNullOrWhiteSpace(searchEntity.Shifouweixin) || (searchEntity.Shifouweixin == "A" && a.Weixin != null) || (searchEntity.Shifouweixin != "A" && a.Weixin == null)) |
| | | select new IntentionCustomerDTO |
| | | { |
| | | Id = a.Id, |
| | |
| | | ShrTel = a.ShrTel, |
| | | ShrAddress = a.ShrAddress, |
| | | Remark = a.Remark, |
| | | |
| | | Weixin = a.Weixin, |
| | | Shifoutianjiaweixin = a.Shifoutianjiaweixin, |
| | | RecStatus = a.RecStatus, |
| | | Modifier = a.Modifier, |
| | | Modifytime = a.Modifytime, |