1
This commit is contained in:
parent
641867002d
commit
0d308f6640
@ -57,7 +57,7 @@ func (this *MarketApi) ProductList(c *gin.Context) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
pageSize := q5.AdjustRangeValue(q5.SafeToInt32(reqJson.PageSize), 1, 20)
|
pageSize := q5.AdjustRangeValue(q5.SafeToInt32(reqJson.PageSize), 1, 20)
|
||||||
cursor := q5.ToInt64(c.DefaultQuery("cursor", ""))
|
cursor := q5.SafeToInt64(reqJson.Cursor)
|
||||||
sql := fmt.Sprintf(`
|
sql := fmt.Sprintf(`
|
||||||
SELECT * FROM t_order A WHERE idx > %d AND net_id = %d AND status="%s"
|
SELECT * FROM t_order A WHERE idx > %d AND net_id = %d AND status="%s"
|
||||||
`,
|
`,
|
||||||
|
2
third_party/f5
vendored
2
third_party/f5
vendored
@ -1 +1 @@
|
|||||||
Subproject commit af0bd957c2e0e26e0933661908ddf5ad4d3974cc
|
Subproject commit c767718aa4641ca073da443024432148953b4f23
|
Loading…
x
Reference in New Issue
Block a user