多单位版国产化地质资料管理系统
zs
2026-02-04 fe02f176b512a9d6a4e12437d929e04e99bb7567
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>