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