|
|
@ -111,7 +111,9 @@ public class LoginController extends BaseController {
|
|
|
|
if (StringUtils.isNotBlank(accountInfo.get("cpUserId"))){
|
|
|
|
if (StringUtils.isNotBlank(accountInfo.get("cpUserId"))){
|
|
|
|
String cpUserId = accountInfo.get("cpUserId");
|
|
|
|
String cpUserId = accountInfo.get("cpUserId");
|
|
|
|
resultMap.put("code", ERROR_ACCOUNT_NOT_BIND);
|
|
|
|
resultMap.put("code", ERROR_ACCOUNT_NOT_BIND);
|
|
|
|
resultMap.put("results", cpUserId);
|
|
|
|
LoginBean loginBean = new LoginBean(ERROR_ACCOUNT_NOT_BIND);
|
|
|
|
|
|
|
|
loginBean.setLogin(cpUserId);
|
|
|
|
|
|
|
|
resultMap.put("results", loginBean);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|