From 6cd215389e72e5c12be9e5ee124b470b9d620f4d Mon Sep 17 00:00:00 2001 From: Fixiaobai <fixiaobai@163.com> Date: 星期三, 30 八月 2023 10:09:30 +0800 Subject: [PATCH] 修改委托单位 --- 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