Source/UBCS/ubcs-service/ubcs-system/src/main/resources/mapper/MenuMapper.xml
@@ -73,7 +73,7 @@ ORDER BY menu.sort </select> <select id="lazyMenuList" resultMap="menuVOResultMap"> <select id="lazyMenuPage" resultMap="menuVOResultMap"> SELECT menu.*, ( @@ -478,9 +478,9 @@ <select id="selectMenuChildByBtnType" resultMap="menuResultMap"> select pm.* from pl_sys_menu ps, pl_sys_menu pm where ps.is_deleted = 0 where pm.is_deleted = 0 and ps.category = 1 and ps.alias = #{btmType} and ps.CODE = #{btmType} and ps.id = pm.parent_id order by pm.sort asc </select>