多单位版国产化地质资料管理系统
zhai
2025-12-13 fc0cc9fff4b4cbdc7cbb52b4a96c947530fcbba0
src/main/resources/mapper/DesktopLayoutMapper.xml
@@ -23,4 +23,8 @@
        select isnull(max(sort_num), 0) sortNum
        FROM cnf_desktop_layout
    </select>
    <select id="selectMaxSortNum" resultType="int" databaseId="postgresql">
        select NVL(max(sort_num), 0) sortNum
        FROM cnf_desktop_layout
    </select>
</mapper>