From 43987d31cdf56e5c2de1626ec490607679297b53 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期三, 19 四月 2023 14:18:14 +0800
Subject: [PATCH] 提交

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

diff --git a/zhengcaioa/zhengcaioa/Controllers/Customer/IntentionCustomerController.cs b/zhengcaioa/zhengcaioa/Controllers/Customer/IntentionCustomerController.cs
index d9fdd47..c311230 100644
--- a/zhengcaioa/zhengcaioa/Controllers/Customer/IntentionCustomerController.cs
+++ b/zhengcaioa/zhengcaioa/Controllers/Customer/IntentionCustomerController.cs
@@ -952,5 +952,20 @@
             return View();
         }
 
+
+        /// <summary>
+        /// 鑾峰彇椤圭洰鏄惁宸茬粡褰曞叆
+        /// </summary>
+        /// <param name="shengid">甯俰d</param>
+        /// <returns></returns>
+        [CheckLogin]
+        public string getTitle(string Name, string Id)
+        {
+            var quxian = _intentionCustomerService.GetZhengfuProjectDTOByTitle(Name,Id);
+
+            return JsonConvert.SerializeObject(quxian);
+
+        }
+
     }
 }

--
Gitblit v1.9.1