Commit cdff3d22ac532c5b59942ad0d3221d17f672255f

Authored by lijianfa_14810364212
1 parent 1a7ddf50

fix:解决添加用户国际化提示问题

... ... @@ -41,7 +41,7 @@ public class UserDTO extends BaseDTO {
41 41 private String[] roleIds;
42 42
43 43 @ApiModelProperty(value = "电话号码")
44   - @NotEmpty(message = "电话号码不能为空或字符串", groups = AddGroup.class)
  44 +// @NotEmpty(message = "电话号码不能为空或字符串", groups = AddGroup.class)
45 45 private String phoneNumber;
46 46
47 47 @ApiModelProperty(value = "邮箱")
... ...