This commit is contained in:
邹宗楠
2025-02-10 10:03:19 +08:00
parent 00b7288f1d
commit 53fc5b5c11

View File

@@ -479,7 +479,6 @@ func (c *OrderManager) ExportOrders(ctx *jxcontext.Context, fromDateStr, toDateS
}
}
orders, _, err = dao.GetOrders(dao.GetDB(), nil, true, true, fromDateStr, toDateStr, false, nil, false, "", mapParams, 0, model.UnlimitedPageSize)
globals.SugarLogger.Debugf("-----order := %s", utils.Format4Output(orders, false))
case 1:
afsSkuMap, err = c.getAfsOrderSkuInfo4ExportOrders(ctx, fromDateStr, toDateStr)
case 2: