- sku comment
This commit is contained in:
@@ -154,7 +154,7 @@ func IsFakeID(id int64) bool {
|
||||
return true
|
||||
}
|
||||
multiple := id / genFakeID1()
|
||||
return multiple == 2 || multiple == 3 || multiple == 4
|
||||
return multiple >= 2 && multiple <= 4
|
||||
}
|
||||
|
||||
func FormalizePageSize(pageSize int) int {
|
||||
|
||||
Reference in New Issue
Block a user