Commit 09a935ac by WeiCong

增加登陆模块得日志打印

parent cd4c0d10
......@@ -306,9 +306,6 @@ public class DatabaseLoginContextForELCS extends AbstractLoginContext {
ResultSet rs = null;
PreparedStatement stmt = null;
try {
if(verifycode==null){
recordException(VCODEERROR, "验证码刷新异常" , "ERROR");
}
if (sendcode == null || verifycode == null || !sendcode.equalsIgnoreCase(verifycode)) {
log.info("验证码验证失败,待校验:" + sendcode + ",原始:" + verifycode);
parameterMap.put(ERROR, ErrorCode.LOGIN_VERIFYCODE_ERROR);
......
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