- sku comment

This commit is contained in:
gazebo
2018-10-25 16:18:57 +08:00
parent 135938cfa9
commit fc42291b08
2 changed files with 2 additions and 2 deletions

View File

@@ -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 {