From f2997ef2b7d94fab9c9decfb2e892a9ae2ce0f2e Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Sat, 04 Dec 2021 17:46:37 +0800
Subject: [PATCH] 问题修复
---
src/main/java/org/springblade/modules/system/mapper/MenuMapper.xml | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/main/java/org/springblade/modules/system/mapper/MenuMapper.xml b/src/main/java/org/springblade/modules/system/mapper/MenuMapper.xml
index 42268d7..1abc53a 100644
--- a/src/main/java/org/springblade/modules/system/mapper/MenuMapper.xml
+++ b/src/main/java/org/springblade/modules/system/mapper/MenuMapper.xml
@@ -286,7 +286,7 @@
SELECT
id,
parent_id,
- NAME AS title,
+ name AS title,
id AS "value",
id AS "key"
FROM
@@ -320,7 +320,7 @@
SELECT
id,
parent_id,
- NAME AS title,
+ name AS title,
id AS "value",
id AS "key"
FROM
@@ -354,7 +354,7 @@
SELECT
id,
parent_id,
- NAME AS title,
+ name AS title,
id AS "value",
id AS "key"
FROM
@@ -418,7 +418,7 @@
SELECT
id,
parent_id,
- NAME AS title,
+ name AS title,
id AS "value",
id AS "key"
FROM
--
Gitblit v1.9.3