diff --git a/server/marketserver/api/v1/market/market.go b/server/marketserver/api/v1/market/market.go index 0318bbb5..cf724840 100644 --- a/server/marketserver/api/v1/market/market.go +++ b/server/marketserver/api/v1/market/market.go @@ -57,7 +57,7 @@ func (this *MarketApi) ProductList(c *gin.Context) { } pageSize := q5.AdjustRangeValue(q5.SafeToInt32(reqJson.PageSize), 1, 20) - cursor := q5.ToInt64(c.DefaultQuery("cursor", "")) + cursor := q5.SafeToInt64(reqJson.Cursor) sql := fmt.Sprintf(` SELECT * FROM t_order A WHERE idx > %d AND net_id = %d AND status="%s" `, diff --git a/third_party/f5 b/third_party/f5 index af0bd957..c767718a 160000 --- a/third_party/f5 +++ b/third_party/f5 @@ -1 +1 @@ -Subproject commit af0bd957c2e0e26e0933661908ddf5ad4d3974cc +Subproject commit c767718aa4641ca073da443024432148953b4f23