animeic 2 anos atrás
pai
commit
391028b93b
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      boxcost/api/plan.go

+ 1 - 1
boxcost/api/plan.go

@@ -208,7 +208,7 @@ func DownLoadCompBills(c *gin.Context, apictx *ApiSession) (interface{}, error)
 				Query:       repo.Map{"_id": billId},
 			}, &product)
 			if found {
-				billExcel = NewProduceBill(f)
+				billExcel = NewProductBill(f)
 				if product.Reviewed == 1 {
 					if len(product.SignUsers) > 0 {
 						signs := []*model.Signature{}