yzh
2022-05-10 a027508b5818236d0a46bc7036394c63978a68b0
web/web/GwOrderCreate.aspx.cs
@@ -50,8 +50,15 @@
                    throw new ArgumentException("账号状态已停用!");
                }
                else
                GwClient gwClient = new GwClient();
                using (GwClientDao gwClientDao = new GwClientDao())
                {
                    gwClient = gwClientDao.Get(gwSp.ClientID);
                }
                    this.GwOrder = new GwOrder();
                    this.GwOrder.SpId = gwSp.SpID;
                    this.GwOrder.ClientId = gwSp.ClientID;
@@ -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
            {