mirror of https://gitee.com/maxjhandsome/pig
2.3.0 发布
This commit is contained in:
parent
db50272f05
commit
4227c237bf
|
@ -78,7 +78,7 @@ public class SqlFilterArgumentResolver implements HandlerMethodArgumentResolver
|
|||
}
|
||||
|
||||
if (StrUtil.isNotBlank(size)) {
|
||||
page.setCurrent(Long.parseLong(size));
|
||||
page.setSize(Long.parseLong(size));
|
||||
}
|
||||
|
||||
page.setAsc(sqlInject(ascs));
|
||||
|
|
Loading…
Reference in New Issue