Commit 1e8be6ec authored by liqin's avatar liqin 💬

bug fixed

parent 332008a1
......@@ -52,7 +52,7 @@ public class Audit implements Serializable {
private String refItemId;
@ApiModelProperty("提交人员")
@TableField("user_id")
@TableField(value = "user_id", fill = FieldFill.INSERT)
@NotBlank(message = "提交人员不能为空", groups = {Add.class, Update.class})
private String userId;
......
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