拦截器拦截emoji
This commit is contained in:
@@ -73,7 +73,6 @@ public class IdCard implements Serializable {
|
||||
*/
|
||||
@NotEmpty(message = "请输入证件号", groups = {IdCard.Common.class})
|
||||
@TableField("certNo")
|
||||
@NotEmpty(message = "证件号未填写")
|
||||
private String certNo;
|
||||
|
||||
|
||||
@@ -82,7 +81,6 @@ public class IdCard implements Serializable {
|
||||
*/
|
||||
@NotEmpty(message = "请输入证件人名称", groups = {IdCard.Common.class})
|
||||
@TableField("certName")
|
||||
@NotEmpty(message = "证件姓名未填写")
|
||||
private String certName;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user