username@email.com
2025-09-23 389b4da5feedfc0b49d7c6540bc836267d7bbee0
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)
                                    {