aa
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user