From 39e8f9e0f8243d86c2972477bc5b4105330a5530 Mon Sep 17 00:00:00 2001 From: luohairen <3399054449@qq.com> Date: 星期四, 26 十二月 2024 16:21:53 +0800 Subject: [PATCH] 计划超期更新 --- 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