From 62eb499b0c969f246d3245d1429a97da4de1ce28 Mon Sep 17 00:00:00 2001
From: 钟日健 <arsn163@163.com>
Date: Mon, 01 Jun 2026 20:46:13 +0800
Subject: [PATCH] feat: 成绩查询增加年龄查询返回
---
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