Commit 29d5486b authored by 张宏至's avatar 张宏至

add:addlog

parent 4db0cd0d
......@@ -536,7 +536,7 @@ public class UserController implements IBaseController {
if(authBean!=null){
authBean.setRegister(false);
}
return new JsonResult();
return new JsonResult(authBean);
}
private User verificateUserNameAndPassword(HttpServletRequest request) {
......
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