Commit a45012ea authored by 赵啸非's avatar 赵啸非

修复部分sqlXml生成缺陷

parent 69ca25bb
...@@ -48,9 +48,9 @@ public class LoginForm extends BaseForm { ...@@ -48,9 +48,9 @@ public class LoginForm extends BaseForm {
if (password == null || password.trim().length() == 0) { if (password == null || password.trim().length() == 0) {
throw new AppException("密码不能为空!"); throw new AppException("密码不能为空!");
} }
if (securityCode == null || securityCode.trim().length() == 0) { /* if (securityCode == null || securityCode.trim().length() == 0) {
throw new AppException("验证码不能为空!"); throw new AppException("验证码不能为空!");
} }*/
return super.validate(); return super.validate();
} }
} }
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