From 8dc551f4a4e42cc8d5e7effa3c252389e39a9a4e Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期二, 14 一月 2025 16:09:39 +0800
Subject: [PATCH] 空指针bug

---
 business/src/main/resources/mapper/PlanMapper.xml |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/business/src/main/resources/mapper/PlanMapper.xml b/business/src/main/resources/mapper/PlanMapper.xml
index 85d57c7..0b433f7 100644
--- a/business/src/main/resources/mapper/PlanMapper.xml
+++ b/business/src/main/resources/mapper/PlanMapper.xml
@@ -26,6 +26,7 @@
         <result property="yearStatus" column="year_status" />
         <result property="projectStatus" column="project_status" />
         <result property="investType" column="invest_type" />
+        <result property="exception" column="exception" />
     </resultMap>
 
 
@@ -57,6 +58,7 @@
             p.month_status,
             p.season_status,
             p.year_status,
+            p.exception,
             pi.project_status,
             pi.invest_type
         FROM t_project_info AS pi

--
Gitblit v1.8.0