Repeated column in mapping for entity

it2023-07-12  72

报错字段需要添加insertable=false, updatable=false 如:

@Column(name="mail_push",insertable=false,updatable=false) private String push;
最新回复(0)