From 0ba45b78df4cd46f788b9b03ef1f40aff05d45c2 Mon Sep 17 00:00:00 2001 From: wenjinbo <599483010@qq.com> Date: Fri, 1 Aug 2025 09:08:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=B9=B6=E6=B4=AA=E4=BA=AE=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/bjtds/brichat/mapper/opengauss/MenuMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chat-server/src/main/resources/com/bjtds/brichat/mapper/opengauss/MenuMapper.xml b/chat-server/src/main/resources/com/bjtds/brichat/mapper/opengauss/MenuMapper.xml index 36eeb4e..665813c 100644 --- a/chat-server/src/main/resources/com/bjtds/brichat/mapper/opengauss/MenuMapper.xml +++ b/chat-server/src/main/resources/com/bjtds/brichat/mapper/opengauss/MenuMapper.xml @@ -32,8 +32,8 @@ id = #{id} - INSERT INTO tbl_infrastructure_menu_apendix ( id, name, path, component, redirect, hidden, levelhidden, iscustomsvg, nokeepalive, noclosable, badge, tabhidden, target, activemenu, dot, dynamicnewtab, breadcrumbhidden, is_enable) - VALUES ( DEFAULT, #{name}, #{path}, #{component}, #{redirect}, #{hidden}, #{levelhidden}, #{iscustomsvg}, #{nokeepalive}, #{noclosable}, #{badge}, #{tabhidden}, #{target}, #{activemenu}, #{dot}, #{dynamicnewtab}, #{breadcrumbhidden}, #{is_enable}) + INSERT INTO tbl_infrastructure_menu_apendix (name, path, component, redirect, hidden, levelhidden, iscustomsvg, nokeepalive, noclosable, badge, tabhidden, target, activemenu, dot, dynamicnewtab, breadcrumbhidden, is_enable) + VALUES (#{name}, #{path}, #{component}, #{redirect}, #{hidden}, #{levelhidden}, #{iscustomsvg}, #{nokeepalive}, #{noclosable}, #{badge}, #{tabhidden}, #{target}, #{activemenu}, #{dot}, #{dynamicnewtab}, #{breadcrumbhidden}, #{is_enable})