@@ -53,6 +53,7 @@ public class UserEntity implements Serializable {
/** 部门 */
@ApiModelProperty(value = "部门")
+ @TableField(updateStrategy = FieldStrategy.IGNORED)
private Long deptOrgId;
/** 部门名称 */