This commit is contained in:
邹宗楠
2025-02-10 09:59:25 +08:00
parent c0982e03ff
commit 00b7288f1d
2 changed files with 4 additions and 0 deletions

View File

@@ -479,6 +479,7 @@ 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: