From 7b9e068cfe4e295f9ee960457d848c631f0136c7 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期五, 27 八月 2021 16:09:56 +0800
Subject: [PATCH] 工作交接

---
 zhengcaioa/zhengcaioa/Controllers/Customer/IntentionCustomerController.cs |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/zhengcaioa/zhengcaioa/Controllers/Customer/IntentionCustomerController.cs b/zhengcaioa/zhengcaioa/Controllers/Customer/IntentionCustomerController.cs
index 958334f..c5e3cfe 100644
--- a/zhengcaioa/zhengcaioa/Controllers/Customer/IntentionCustomerController.cs
+++ b/zhengcaioa/zhengcaioa/Controllers/Customer/IntentionCustomerController.cs
@@ -442,6 +442,14 @@
                 data.Creater = curentuser.Id;
                 data.Createtime = DateTime.Now;
             }
+            else
+            {
+                var intentionCustomerDTO = _intentionCustomerService.Get(data.Id);
+                data.Yixiangtime = intentionCustomerDTO.Yixiangtime;
+                data.Yixiang = intentionCustomerDTO.Yixiang;
+                data.Dianxiaozhuanyuan = intentionCustomerDTO.Dianxiaozhuanyuan;
+                data.Zuijinzhuizongtime = intentionCustomerDTO.Zuijinzhuizongtime;
+            }
             data.Modifier = curentuser.Id;
             data.Modifytime = DateTime.Now;
 

--
Gitblit v1.9.1