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 +++ 1 files changed, 3 insertions(+), 0 deletions(-) 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