Bladeren bron

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@1309 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d

administrator 10 jaren geleden
bovenliggende
commit
f9e3c0d387

+ 1 - 1
src/main/java/com/uas/platform/b2b/support/CustomAuthenticationSuccessHandler.java

@@ -66,7 +66,7 @@ public class CustomAuthenticationSuccessHandler extends SimpleUrlAuthenticationS
 			response.setStatus(HttpStatus.BAD_REQUEST.value());
 			response.addHeader("Content-Type", "application/text; charset=utf-8");
 			PrintWriter printWriter = response.getWriter();
-			printWriter.append("您的账号未绑定企业或被删除!");
+			printWriter.append("您的账号未绑定企业或被删除!");
 			printWriter.flush();
 			printWriter.close();
 			return;