wangting
2023-07-12 99ef2c53e2b64b8ba342eb2abebfab28ccc31b9d
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,7 +478,7 @@
    <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.id = pm.parent_id order by pm.sort asc