From 685ccf5844d23a0d64da78cb2a9eb71c2cca9b8e Mon Sep 17 00:00:00 2001
From: yzh <snbbt@21cn.com>
Date: 星期一, 11 七月 2022 23:00:48 +0800
Subject: [PATCH] 账号列表调整

---
 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