This commit is contained in:
aozhiwei 2024-06-28 21:39:40 +08:00
parent 641867002d
commit 0d308f6640
2 changed files with 2 additions and 2 deletions

View File

@ -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"
`,

2
third_party/f5 vendored

@ -1 +1 @@
Subproject commit af0bd957c2e0e26e0933661908ddf5ad4d3974cc
Subproject commit c767718aa4641ca073da443024432148953b4f23