多单位版国产化地质资料管理系统
zhai
2025-09-17 7a8a84577894b766a95c6cbfa5ac7b51e54ac242
src/main/resources/mapper/NavigationClassificationColumnMapper.xml
@@ -4,7 +4,7 @@
    <!-- 获取最大排序号 -->
    <select id="selectMaxSortNum" parameterType="Long" resultType="int">
        select ifnull(max(sort_num), 0) sortNum
        select NVL(max(sort_num), 0) sortNum
        FROM cnf_nav_classify_column
        where classification_id = #{classificationId}
    </select>