From e79c1b0d5deb09bd49b4c19d6fb80b5ba5abf23f Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Sat, 04 Dec 2021 16:26:10 +0800
Subject: [PATCH] app接口调整
---
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