田源
2023-09-15 80ef464bf93212805d6b36f12b7791edda04e23e
Source/UBCS/ubcs-service/ubcs-system/src/main/resources/mapper/MenuMapper.xml
@@ -480,7 +480,7 @@
        from pl_sys_menu ps, pl_sys_menu pm
        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>