From a69b31c6d942b816e1e48e9dc017a6f52bd23ae4 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Tue, 31 May 2022 19:04:37 +0800 Subject: [PATCH] 20220527 --- src/main/resources/mapper/MenuMapper.xml | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/src/main/resources/mapper/MenuMapper.xml b/src/main/resources/mapper/MenuMapper.xml index 74e8534..e1127a9 100644 --- a/src/main/resources/mapper/MenuMapper.xml +++ b/src/main/resources/mapper/MenuMapper.xml @@ -17,4 +17,11 @@ order by a.create_time desc </select> + <select id="selectAdminRoleMenuVoById" resultType="com.xcong.farmer.cms.modules.system.vo.AdminUserMenuVo"> + SELECT + a.* + FROM + t_menu a where a.id = #{id} + </select> + </mapper> \ No newline at end of file -- Gitblit v1.9.1