This commit is contained in:
suyl
2021-09-13 15:57:25 +08:00
parent e8caf1468d
commit 4a9e3208bd

View File

@@ -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",