Commit 751ca906 authored by 若依's avatar 若依 Committed by Gitee

!251 修复日志列表取消字段排序时的报错问题

Merge pull request !251 from 稚屿/N/A
parents 1ed60c79 1dfeae6a
......@@ -67,6 +67,7 @@ public class PageDomain
public void setIsAsc(String isAsc)
{
if (StringUtils.isNotEmpty(isAsc)) {
// 兼容前端排序类型
if ("ascending".equals(isAsc))
{
......@@ -78,4 +79,5 @@ public class PageDomain
}
this.isAsc = isAsc;
}
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment