mirror of
https://github.com/yangzongzhuan/RuoYi-Vue.git
synced 2025-09-03 03:15:33 +00:00
升级pagehelper到最新版1.3.1
This commit is contained in:
@@ -67,7 +67,8 @@ public class PageDomain
|
||||
|
||||
public void setIsAsc(String isAsc)
|
||||
{
|
||||
if (StringUtils.isNotEmpty(isAsc)) {
|
||||
if (StringUtils.isNotEmpty(isAsc))
|
||||
{
|
||||
// 兼容前端排序类型
|
||||
if ("ascending".equals(isAsc))
|
||||
{
|
||||
|
Reference in New Issue
Block a user