Browse Source

超支费用修改

jiangjc 11 months ago
parent
commit
00ca080962
1 changed files with 1 additions and 1 deletions
  1. 1 1
      OASystem/OASystem.Api/Controllers/FinancialController.cs

+ 1 - 1
OASystem/OASystem.Api/Controllers/FinancialController.cs

@@ -2652,7 +2652,7 @@ Where c.CTable = 1015 And c.IsPay = 1 And f.IsDel = 0 And c.IsDel = 0 And f.DiId
 
 
 
 
             _daiRep.CommitTran();
             _daiRep.CommitTran();
-            return Ok(JsonView(false, "操作成功"));
+            return Ok(JsonView(true, "操作成功"));
         }
         }
 
 
         private bool extraCost_editCreditCardPayment(Fin_GroupExtraCostDto_OP costDto)
         private bool extraCost_editCreditCardPayment(Fin_GroupExtraCostDto_OP costDto)