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
Litemall
Commits
61fcfc4f
Commit
61fcfc4f
authored
Aug 04, 2018
by
Junling Bu
Browse files
fix[litemall-admin-api]: region表只支持id,没有add_time
parent
9d3aca59
Changes
1
Hide whitespace changes
Inline
Side-by-side
litemall-admin-api/src/main/java/org/linlinjava/litemall/admin/web/AdminRegionController.java
View file @
61fcfc4f
...
...
@@ -44,7 +44,7 @@ public class AdminRegionController {
String
name
,
Integer
code
,
@RequestParam
(
defaultValue
=
"1"
)
Integer
page
,
@RequestParam
(
defaultValue
=
"10"
)
Integer
limit
,
@Sort
@RequestParam
(
defaultValue
=
"
add_time
"
)
String
sort
,
@Sort
(
accepts
={
"id"
})
@RequestParam
(
defaultValue
=
"
id
"
)
String
sort
,
@Order
@RequestParam
(
defaultValue
=
"desc"
)
String
order
){
if
(
adminId
==
null
){
return
ResponseUtil
.
unlogin
();
...
...
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