Commit b488d826 authored by xiandafu's avatar xiandafu
Browse files

date bug fix

parent 00cdbb49
...@@ -70,9 +70,15 @@ public class UserConsoleController { ...@@ -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") @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")
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment