From 04ecf2e53539e37930e8c6a128cd8a4f51a0963e Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期一, 19 十二月 2022 14:59:57 +0800 Subject: [PATCH] 提交 --- zhengcaioa/Services/IntentionCustomerService.cs | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/zhengcaioa/Services/IntentionCustomerService.cs b/zhengcaioa/Services/IntentionCustomerService.cs index 44f86b8..540eeb7 100644 --- a/zhengcaioa/Services/IntentionCustomerService.cs +++ b/zhengcaioa/Services/IntentionCustomerService.cs @@ -101,6 +101,10 @@ updateproject.Weixiner = intentionCustomer.Weixiner; updateproject.Weixintime = intentionCustomer.Weixintime; + if (!string.IsNullOrEmpty(intentionCustomer.HuiyuanId)) + { + updateproject.HuiyuanId = intentionCustomer.HuiyuanId; + } } _context.SaveChanges(); @@ -288,6 +292,7 @@ Modifier = a.Modifier, Modifytime = a.Modifytime, CreatetimeName = a.Createtime.ToString("yyyy-MM-dd"), + Customertype = "妗f瀹㈡埛", Yixiangtime = a.Yixiangtime, YixiangtimeName = a.Yixiangtime.HasValue? a.Yixiangtime.Value.ToString("yyyy-MM-dd"):"", Yixiang = a.Yixiang, -- Gitblit v1.9.1