修复不能设置pid为空问题
This commit is contained in:
parent
2f3c4d4e9f
commit
259948bb39
|
@ -20,6 +20,7 @@ public class SysOrgEntity extends BaseEntity {
|
||||||
/**
|
/**
|
||||||
* 上级ID
|
* 上级ID
|
||||||
*/
|
*/
|
||||||
|
@TableField(updateStrategy = FieldStrategy.ALWAYS)
|
||||||
private Long pid;
|
private Long pid;
|
||||||
/**
|
/**
|
||||||
* 机构名称
|
* 机构名称
|
||||||
|
|
Loading…
Reference in New Issue
Block a user