Commit 0d271418 authored by jiawei's avatar jiawei

BUG修改==》》新建展板页面中,展板简介未标识为必填项,去掉必填项

parent 43a36f38
......@@ -85,7 +85,7 @@ public class ExhibitionBoard implements Serializable {
@ApiModelProperty("展板内容简介")
@TableField("remarks")
@NotBlank(message = "展板简介不能为空", groups = {Add.class, Update.class})
// @NotBlank(message = "展板简介不能为空", groups = {Add.class, Update.class})
@Length(max = 2000, message = "展板简介的字数超过最大限制2000")
private String remarks;
......
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