@@ -162,7 +162,7 @@ func ExportInvoicePaymentCensusList(c *gin.Context, results *fms.InvoicePaymentC
}
- newCompanyMap := map[int]string{0: "/", 1: "是", 2: "否"}
+ newCompanyMap := map[int]string{0: "/", 1: "是", 2: "否", 3: "否", 4: "否"}
for k, v := range list {
dataRow := sheet.AddRow()
// 前四个单元格根据每行开票到款条数向下合并