|
@@ -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, // 组别
|