From a6a84e6f677447342e8c5984fdc0b52241b92ce3 Mon Sep 17 00:00:00 2001
From: yzh <snbbt@21cn.com>
Date: 星期四, 30 六月 2022 01:20:34 +0800
Subject: [PATCH] 客户管理分配个性产品优化、返回URL优化

---
 web/web/GwOrderCreate.aspx.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/web/web/GwOrderCreate.aspx.cs b/web/web/GwOrderCreate.aspx.cs
index 80fe7bb..783d379 100644
--- a/web/web/GwOrderCreate.aspx.cs
+++ b/web/web/GwOrderCreate.aspx.cs
@@ -97,7 +97,7 @@
                     gwClient = gwClientDao.Get(gwSp.ClientID);
                     this.GwOrder.Company = gwClient.Company;
                     this.GwOrder.Balance = long.Parse(gwClient.Balance.ToString());    //浣欓
-
+                    /**
                     if (gwClient.Is_Enable==1)
                     {
                         backUrl = "GwClient.aspx?IsEnable=1";
@@ -105,7 +105,7 @@
                     else
                     {
                         backUrl = "GwClient.aspx?IsEnable=0";
-                    }
+                    }**/
                 }
 
                 this.GwOrder.SpId = gwSp.SpID;

--
Gitblit v1.9.1