ludc
2023-08-04 e53e0d9cc7472153946147d548f572fd14be13f3
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>