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" popper-class="toolbox-top-popover"
placement="bottom-end" placement="bottom-end"
width="208" width="208"
trigger="click" trigger="hover"
> >
<top-doc-card <top-doc-card
:span="12" :span="12"

@ -1 +1 @@
Subproject commit 4889ffa0fcdfebe2755f5f1ce3b371e858abc981 Subproject commit cf7956cd832cddfe23e7888b34075be3ffcb99da

View File

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