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
Hide whitespace changes
Inline
Side-by-side
admin-console/src/main/java/com/ibeetl/admin/console/web/UserConsoleController.java
View file @
b488d826
...
@@ -67,12 +67,18 @@ public class UserConsoleController {
...
@@ -67,12 +67,18 @@ public class UserConsoleController {
OrgConsoleService
orgConsoleService
;
OrgConsoleService
orgConsoleService
;
@Autowired
@Autowired
FileService
fileService
;
FileService
fileService
;
/* 页面 */
@GetMapping
(
MODEL
+
"/test.do"
)
@ResponseBody
public
String
test
(
Date
date
)
{
System
.
out
.
println
(
date
);
return
date
.
toString
();
}
/* 页面 */
@GetMapping
(
MODEL
+
"/index.do"
)
@GetMapping
(
MODEL
+
"/index.do"
)
@Function
(
"user"
)
@Function
(
"user"
)
public
ModelAndView
index
()
{
public
ModelAndView
index
()
{
...
@@ -236,8 +242,7 @@ public class UserConsoleController {
...
@@ -236,8 +242,7 @@ public class UserConsoleController {
/**
/**
* 用户所有授权角色列表
* 用户所有授权角色列表
*
*
* @param id
* @param roleQuery
* 用户id
* @return
* @return
*/
*/
@PostMapping
(
MODEL
+
"/role/list.json"
)
@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