@@ -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();
- return Ok(JsonView(false, "操作成功"));
+ return Ok(JsonView(true, "操作成功"));
}
private bool extraCost_editCreditCardPayment(Fin_GroupExtraCostDto_OP costDto)