Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
RuoYi Vue
Commits
1dfeae6a
Commit
1dfeae6a
authored
Jun 24, 2021
by
稚屿
Committed by
Gitee
Jun 24, 2021
Browse files
修复日志列表取消字段排序时的报错问题
parent
1ed60c79
Changes
1
Show whitespace changes
Inline
Side-by-side
ruoyi-common/src/main/java/com/ruoyi/common/core/page/PageDomain.java
View file @
1dfeae6a
...
@@ -67,6 +67,7 @@ public class PageDomain
...
@@ -67,6 +67,7 @@ public class PageDomain
public
void
setIsAsc
(
String
isAsc
)
public
void
setIsAsc
(
String
isAsc
)
{
{
if
(
StringUtils
.
isNotEmpty
(
isAsc
))
{
// 兼容前端排序类型
// 兼容前端排序类型
if
(
"ascending"
.
equals
(
isAsc
))
if
(
"ascending"
.
equals
(
isAsc
))
{
{
...
@@ -78,4 +79,5 @@ public class PageDomain
...
@@ -78,4 +79,5 @@ public class PageDomain
}
}
this
.
isAsc
=
isAsc
;
this
.
isAsc
=
isAsc
;
}
}
}
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment