Commit 1dfeae6a authored by 稚屿's avatar 稚屿 Committed by Gitee

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

parent 1ed60c79
......@@ -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