Commit 4dfebff899e0ead55eb75468ea822da58fa4b06c

Authored by lidongliang
1 parent e244c03ec3
Exists in master and in 1 other branch dev

临时建档去掉生日字段限制

Showing 1 changed file with 1 additions and 1 deletions

platform-dal/src/main/java/com/lyms/platform/pojo/TemporaryUserModel.java View file @ 4dfebff
... ... @@ -19,7 +19,7 @@
19 19 private Date birth;
20 20  
21 21 @FormParam
22   - @NotEmpty(message = "生日不能为空.")
  22 +// @NotEmpty(message = "生日不能为空.")
23 23 private String birthday;
24 24  
25 25 private String phone;