mirror of
https://gitee.com/log4j/pig.git
synced 2024-12-22 20:54:25 +08:00
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
Block a user