ziwen 1 year ago
parent
commit
7fc4121c47
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controller/census/invoice_payment.go

+ 1 - 1
controller/census/invoice_payment.go

@@ -2702,7 +2702,7 @@ func ExportNotPaymentCensusList(c *gin.Context, results *fms.NotInvoicePaymentCe
 		for _, v2 := range v.InvoicePaymentList {
 			rowData := []string{
 				v2.InvoiceDate,               // 开票日
-				fmt.Sprint(v2.InvoiceAmount), // 开票金额
+				fmt.Sprint(v2.NotPaymentAmount), // 开票金额
 				v2.UnitName,                  // 开票金额
 				v2.SellerName,                // 销售
 				v2.SellerGroupName,           // 组别