animeic 2 vuotta sitten
vanhempi
commit
f540a46bfe
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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 {