Commit 070f27d6 authored by tangf's avatar tangf

修改实体

parent b0c8246d
...@@ -24,7 +24,6 @@ public class RegisterController { ...@@ -24,7 +24,6 @@ public class RegisterController {
.notBlankCheck("", req.getConfirmPassword()) .notBlankCheck("", req.getConfirmPassword())
.notBlankCheck("", req.getInvitationCode()) .notBlankCheck("", req.getInvitationCode())
.notBlankCheck("", req.getCompanyType()) .notBlankCheck("", req.getCompanyType())
.checkException(); .checkException();
return ResponseResult.result(""); return ResponseResult.result("");
......
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