zwxi 1 year ago
parent
commit
ba3d7eafdd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controller/census/invoice_payment.go

+ 1 - 1
controller/census/invoice_payment.go

@@ -1806,7 +1806,7 @@ func (ct *InvoicePaymentController) NotInvoiceList(c *gin.Context) {
 				if v.InvoicedAmount >= v.PaymentAmount {
 					invoiceTotal += v.InvoicedAmount
 				} else if v.InvoicedAmount == 0 {
-					invoiceTotal += v.PaymentOrigin
+					invoiceTotal += v.PaymentAmount
 				}
 				rate := v.RMBRate
 				if rate == 0.0 {