fix(X-Pack): 日志aop导致新增组织报错

This commit is contained in:
fit2cloud-chenyw
2024-01-30 14:43:05 +08:00
parent 7af660508c
commit 587acdce2e
3 changed files with 4 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ onMounted(() => {
popper-class="toolbox-top-popover"
placement="bottom-end"
width="208"
trigger="click"
trigger="hover"
>
<top-doc-card
:span="12"

View File

@@ -12,6 +12,8 @@ public class OrgCreator implements Serializable {
@Serial
private static final long serialVersionUID = -4246980891732805368L;
private Long id;
@Schema(description = "组织名称")
private String name;
@Schema(description = "上级ID")