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);