- 活动商品后台分页,GetActStoreSkuInfo分页,添加keyword
This commit is contained in:
@@ -340,6 +340,10 @@ func FormalizePageSize(pageSize int) int {
|
||||
return dao.FormalizePageSize(pageSize)
|
||||
}
|
||||
|
||||
func FormalizePageOffset(pageSize int) int {
|
||||
return dao.FormalizePageOffset(pageSize)
|
||||
}
|
||||
|
||||
func FormalizeName(name string) string {
|
||||
return utils.TrimBlankChar(strings.Replace(strings.Replace(name, "\t", "", -1), "\"", "", -1))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user