From b7d41f13c5820b492505cffd35b7716a08330ae8 Mon Sep 17 00:00:00 2001 From: RuoYi <yzz_ivy@163.com> Date: 星期二, 21 十二月 2021 13:29:27 +0800 Subject: [PATCH] 升级fastjson到最新版1.2.79 --- src/main/resources/mybatis/system/SysMenuMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/resources/mybatis/system/SysMenuMapper.xml b/src/main/resources/mybatis/system/SysMenuMapper.xml index 7e19389..61a5cb2 100644 --- a/src/main/resources/mybatis/system/SysMenuMapper.xml +++ b/src/main/resources/mybatis/system/SysMenuMapper.xml @@ -84,7 +84,7 @@ order by m.parent_id, m.order_num </select> - <select id="selectMenuListByRoleId" resultType="Integer"> + <select id="selectMenuListByRoleId" resultType="Long"> select m.menu_id from sys_menu m left join sys_role_menu rm on m.menu_id = rm.menu_id -- Gitblit v1.9.3