diff --git a/business/jxcallback/orderman/order.go b/business/jxcallback/orderman/order.go index cf5469d80..6b7cbeffe 100644 --- a/business/jxcallback/orderman/order.go +++ b/business/jxcallback/orderman/order.go @@ -2372,8 +2372,9 @@ func ExportOrderWithSku(ctx *jxcontext.Context, orders []*model.GoodsOrderExt) ( ORDER BY store_name, order_created_at DESC ` sqlParams := []interface{}{model.YES, vendorOrderIDs} + fmt.Println(sql) + fmt.Println(sqlParams) dao.GetRows(db, &results, sql, sqlParams) - fmt.Println(utils.Format4Output(results, true)) var sheetList []*excel.Obj2ExcelSheetConfig excelConf := &excel.Obj2ExcelSheetConfig{ Title: "sheet1",