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
0446d211
Commit
0446d211
authored
Aug 19, 2020
by
RuoYi
Browse files
设置默认排序顺序
parent
da146c2a
Changes
1
Hide whitespace changes
Inline
Side-by-side
ruoyi-common/src/main/java/com/ruoyi/common/core/page/PageDomain.java
View file @
0446d211
...
...
@@ -18,8 +18,8 @@ public class PageDomain
/** 排序列 */
private
String
orderByColumn
;
/** 排序的方向
"
desc
" 或者 "
asc
".
*/
private
String
isAsc
;
/** 排序的方向desc
或者
asc */
private
String
isAsc
=
"asc"
;
public
String
getOrderBy
()
{
...
...
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