From fe02f176b512a9d6a4e12437d929e04e99bb7567 Mon Sep 17 00:00:00 2001
From: zs <zhoushuai@zbooksoft.com>
Date: 星期三, 04 二月 2026 16:17:26 +0800
Subject: [PATCH] 报表调整,新增统计图,入库时需要移动附件位置
---
src/main/resources/mapper/NavigationClassificationColumnMapper.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/resources/mapper/NavigationClassificationColumnMapper.xml b/src/main/resources/mapper/NavigationClassificationColumnMapper.xml
index 2f5cdc2..fa9be04 100644
--- a/src/main/resources/mapper/NavigationClassificationColumnMapper.xml
+++ b/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>
--
Gitblit v1.9.1