aa
This commit is contained in:
@@ -346,7 +346,7 @@ func (c *OrderManager) GetOrders(ctx *jxcontext.Context, isIncludeFake bool, fro
|
||||
end = utils.MustInterface2Int64(params["jxIncomeEnd"])
|
||||
//begin := utils.MustInterface2Int64(params["jxIncomeBegin"])
|
||||
//end := utils.MustInterface2Int64(params["jxIncomeEnd"])
|
||||
pageSize = math.MaxInt64
|
||||
pageSize = math.MaxInt32
|
||||
}
|
||||
orders, totalCount, err := dao.GetOrders(db, nil, false, isIncludeFake, fromDateStr, toDateStr, isDateFinish, skuIDs, isJxFirst, "", params, offset, pageSize)
|
||||
if err == nil {
|
||||
|
||||
Reference in New Issue
Block a user