Commit 5cf900c1 by 陶光胜

登陆

parent 8e17bb3d
......@@ -77,7 +77,7 @@ public class LoginController {
if(login.isSuccess()){
UserDTO userDTO = login.getResult();
if(userDTO == null){
return EnterpriseRestResponse.failure(ErrorCode.LOGIN_ERROR);
return EnterpriseRestResponse.failure(ErrorCode.LOGIN_ERR);
}
UserDetail userDetail = new UserDetail();
userDetail.setUserId(userDTO.getUserId());
......
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