animeic 2 lat temu
rodzic
commit
f540a46bfe
1 zmienionych plików z 1 dodań i 0 usunięć
  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 {