From cdb1c35699da755588ab70ec8e122ae256570305 Mon Sep 17 00:00:00 2001 From: value <z1292839451@163.com> Date: 星期三, 30 八月 2023 10:11:06 +0800 Subject: [PATCH] 修改bug --- user-server/src/main/resources/mapper/MenuMapper.xml | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/user-server/src/main/resources/mapper/MenuMapper.xml b/user-server/src/main/resources/mapper/MenuMapper.xml index 1ea9b2d..8a36cca 100644 --- a/user-server/src/main/resources/mapper/MenuMapper.xml +++ b/user-server/src/main/resources/mapper/MenuMapper.xml @@ -7,4 +7,7 @@ from menu where state =1 </select> + <select id="getMenuNameAndId" resultType="map"> + select url,id,name from menu where state=1 + </select> </mapper> \ No newline at end of file -- Gitblit v1.9.3