多单位版国产化地质资料管理系统
zhai
2025-11-17 378d576468f1378179a8a184e78b8aa6309edc0f
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>