fix update 去除用户邮箱限制位126邮箱
This commit is contained in:
@@ -135,7 +135,6 @@ public class SysUser implements Serializable {
|
||||
@NotBlank(message = "邮箱不能为空")
|
||||
@Size(max = 50,message = "邮箱最长为50字符")
|
||||
@Email(message = "邮箱格式不正确")
|
||||
@Pattern(regexp = "^[A-Za-z]\\w{5}@(126\\.com)$",message = "邮箱格式不正确,邮箱应为126邮箱,至少5位")
|
||||
private String email;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user