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
Springboot Plus
Commits
b488d826
Commit
b488d826
authored
Dec 31, 2019
by
xiandafu
Browse files
date bug fix
parent
00cdbb49
Changes
1
Show whitespace changes
Inline
Side-by-side
admin-console/src/main/java/com/ibeetl/admin/console/web/UserConsoleController.java
View file @
b488d826
...
...
@@ -70,9 +70,15 @@ public class UserConsoleController {
@GetMapping
(
MODEL
+
"/test.do"
)
@ResponseBody
public
String
test
(
Date
date
)
{
System
.
out
.
println
(
date
);
return
date
.
toString
();
}
/* 页面 */
/* 页面 */
@GetMapping
(
MODEL
+
"/index.do"
)
@Function
(
"user"
)
public
ModelAndView
index
()
{
...
...
@@ -236,8 +242,7 @@ public class UserConsoleController {
/**
* 用户所有授权角色列表
*
* @param id
* 用户id
* @param roleQuery
* @return
*/
@PostMapping
(
MODEL
+
"/role/list.json"
)
...
...
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