修复不能设置pid为空问题

This commit is contained in:
阿沐 2024-07-01 15:34:04 +08:00
parent 2f3c4d4e9f
commit 259948bb39

View File

@ -20,6 +20,7 @@ public class SysOrgEntity extends BaseEntity {
/** /**
* 上级ID * 上级ID
*/ */
@TableField(updateStrategy = FieldStrategy.ALWAYS)
private Long pid; private Long pid;
/** /**
* 机构名称 * 机构名称