From 259948bb39bb87dea11c3952701b1fd3bececd68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E6=B2=90?= Date: Mon, 1 Jul 2024 15:34:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=8D=E8=83=BD=E8=AE=BE?= =?UTF-8?q?=E7=BD=AEpid=E4=B8=BA=E7=A9=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- maku-boot-system/src/main/java/net/maku/system/entity/SysOrgEntity.java | 1 + 1 file changed, 1 insertion(+) diff --git a/maku-boot-system/src/main/java/net/maku/system/entity/SysOrgEntity.java b/maku-boot-system/src/main/java/net/maku/system/entity/SysOrgEntity.java index 72f754b..cad327f 100644 --- a/maku-boot-system/src/main/java/net/maku/system/entity/SysOrgEntity.java +++ b/maku-boot-system/src/main/java/net/maku/system/entity/SysOrgEntity.java @@ -20,6 +20,7 @@ public class SysOrgEntity extends BaseEntity { /** * 上级ID */ + @TableField(updateStrategy = FieldStrategy.ALWAYS) private Long pid; /** * 机构名称