Commit b93eaaa9 by fengshuonan

更改id类型错误

parent e0c5d68f
...@@ -108,7 +108,7 @@ public class UserMgrController extends BaseController { ...@@ -108,7 +108,7 @@ public class UserMgrController extends BaseController {
*/ */
@Permission @Permission
@RequestMapping("/user_edit") @RequestMapping("/user_edit")
public String userEdit(@RequestParam Integer userId) { public String userEdit(@RequestParam Long userId) {
if (ToolUtil.isEmpty(userId)) { if (ToolUtil.isEmpty(userId)) {
throw new ServiceException(BizExceptionEnum.REQUEST_NULL); throw new ServiceException(BizExceptionEnum.REQUEST_NULL);
} }
......
Markdown is supported
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