CY_ECommercePlatform/CY.WebForm/Pages/financial/NewWaixieExpenses.aspx.cs
@@ -245,10 +245,10 @@
                                    firmAccountRecord.RecordTypeId = 2;//支出
                                    firmAccountRecord.Remark = this.txtRemark.Value;
                                    firmAccountRecord.SubjectId = this.selSubject.Value.ToInt32();
                                    firmAccountRecord.ResidualAmount = firmAccount.Balance - orderBasic.UnPayedMoney; ;
                                    firmAccountRecord.ResidualAmount = firmAccount.Balance - firmAccountRecord.Money; ;
                                    firmAccount.AllExpenses = orderBasic.UnPayedMoney + firmAccount.AllExpenses;
                                    firmAccount.Balance = firmAccount.Balance - orderBasic.UnPayedMoney;
                                    firmAccount.AllExpenses = firmAccountRecord.Money + firmAccount.AllExpenses;
                                    firmAccount.Balance = firmAccount.Balance - firmAccountRecord.Money;
                                    ssss = _OA_FirmAccountRecordBLL.AddModel(firmAccountRecord, firmAccount);
                                    if (ssss)
                                    {