@@ -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 {