animeic %!s(int64=2) %!d(string=hai) anos
pai
achega
f540a46bfe
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      boxcost/api/plan.go

+ 1 - 0
boxcost/api/plan.go

@@ -134,6 +134,7 @@ func DownLoadPlan(c *gin.Context, apictx *ApiSession) (interface{}, error) {
 				CollectName: repo.CollectionBillPurchase,
 				Query:       repo.Map{"_id": purchaseId},
 			}, &purchase)
+			fmt.Println(purchase)
 			if found {
 				var billExcel IPurchBill
 				if purchase.Process != nil {