|
@@ -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 {
|