username@email.com
2025-08-08 f6043f17982667a9e028ff7aa5cd7c2f8318a791
CY_ECommercePlatform/CY.WebForm/Pages/financial/WaixieExpenses.aspx.cs
@@ -205,12 +205,7 @@
                        firmAccount.AllExpenses = this.txtMoney.Value.ToDecimal2() + firmAccount.AllExpenses;
                        firmAccount.Balance = firmAccount.Balance - this.txtMoney.Value.ToDecimal2();
                        sddd = _OA_FirmAccountRecordBLL.AddModel(firmAccountRecord, firmAccount);
                    }
                    if (sddd)
                    {
                        if (!string.IsNullOrEmpty(this.selSubject.Value))
                        {
                            var oA_SubjectSet = _OA_SubjectSetBLL.getSingleSubject(firmAccountRecord.SubjectId);
@@ -252,6 +247,13 @@
                            }
                        }
                    }
                    if (sddd)
                    {
                        scope.Complete();
                        JavaScript.MessageBox("付款成功", this, true, true);