From 29978bcc31041b092edb93978c7dbc7ee34d48ed Mon Sep 17 00:00:00 2001
From: yzh <snbbt@21cn.com>
Date: 星期六, 07 五月 2022 17:53:00 +0800
Subject: [PATCH] 添加客户时优化不添加账号产品记录

---
 web/web/GwClient.ashx                                    |    3 +++
 web/.vs/Web/v16/.suo                                     |    0 
 web/Model/obj/Debug/Model.csproj.AssemblyReference.cache |    0 
 3 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/web/.vs/Web/v16/.suo b/web/.vs/Web/v16/.suo
index 40ad4ec..e87f054 100644
--- a/web/.vs/Web/v16/.suo
+++ b/web/.vs/Web/v16/.suo
Binary files differ
diff --git a/web/Model/obj/Debug/Model.csproj.AssemblyReference.cache b/web/Model/obj/Debug/Model.csproj.AssemblyReference.cache
index 7e8c4a3..f5e894a 100644
--- a/web/Model/obj/Debug/Model.csproj.AssemblyReference.cache
+++ b/web/Model/obj/Debug/Model.csproj.AssemblyReference.cache
Binary files differ
diff --git a/web/web/GwClient.ashx b/web/web/GwClient.ashx
index 3d60023..766ee70 100644
--- a/web/web/GwClient.ashx
+++ b/web/web/GwClient.ashx
@@ -380,6 +380,8 @@
 
         //淇濆瓨浜у搧璁板綍
         //鑾峰彇鍚敤鐨勯粯璁ょ殑浜у搧
+        /**
+        //edit:鍦ㄥ鎴锋縺娲绘椂娣诲姞璁板綍
         List<string> defaultProductList = GwProductDao.Instance.GetDefaultProduct();
         if (defaultProductList.Count > 0)
         {
@@ -392,6 +394,7 @@
                 GwClientProductDao.Instance.Add(gcp);
             }
         }
+        **/
 
         return new JsonPageResult(true, "鍒涘缓璐︽埛鎴愬姛锛�");
     }

--
Gitblit v1.9.1