web/web/GwOrderCreate.aspx.cs
@@ -50,9 +50,16 @@
                    throw new ArgumentException("账号状态已停用!");
                }
                else
                GwClient gwClient = new GwClient();
                using (GwClientDao gwClientDao = new GwClientDao())
                {
                    this.GwOrder = new GwOrder();
                    gwClient = gwClientDao.Get(gwSp.ClientID);
                }
                this.GwOrder = new GwOrder();
                    this.GwOrder.SpId = gwSp.SpID;
                    this.GwOrder.ClientId = gwSp.ClientID;
                    this.GwOrder.ProductId = gwSp.ProductId;
@@ -60,8 +67,8 @@
                    this.GwOrder.BasicNum = gwSp.BasicNum;  //基本条数
                    this.GwOrder.GivingNum = gwSp.GivingNum;
                    this.Balance = gwSp.Balance;    //余额
                }
                //this.Balance = gwSp.Balance;    //余额
                this.Balance = long.Parse(gwClient.Balance.ToString() );    //余额
            }
            else
            {