From 9a4cb6af9f2e289685a92c220bdfe05a46f926af Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期三, 27 十一月 2024 18:02:05 +0800 Subject: [PATCH] 项目新增暂提 --- business/src/main/resources/mapper/ProjectInfoMapper.xml | 9 +++------ 1 files changed, 3 insertions(+), 6 deletions(-) diff --git a/business/src/main/resources/mapper/ProjectInfoMapper.xml b/business/src/main/resources/mapper/ProjectInfoMapper.xml index 007143b..04aa6e3 100644 --- a/business/src/main/resources/mapper/ProjectInfoMapper.xml +++ b/business/src/main/resources/mapper/ProjectInfoMapper.xml @@ -15,10 +15,9 @@ <result column="project_phase" property="projectPhase" /> <result column="tag" property="tag" /> <result column="competent_department" property="competentDepartment" /> - <result column="area_code" property="areaCode" /> + <result column="area" property="area" /> <result column="management_centralization" property="managementCentralization" /> <result column="project_approval_type" property="projectApprovalType" /> - <result column="investment_catalogue" property="investmentCatalogue" /> <result column="importance_type" property="importanceType" /> <result column="year" property="year" /> <result column="year_invest_amount" property="yearInvestAmount" /> @@ -53,10 +52,9 @@ TPI.project_phase, TPI.tag, TPI.competent_department, - TPI.area_code, + TPI.area, TPI.management_centralization, TPI.project_approval_type, - TPI.investment_catalogue, TPI.importance_type, TPI.year, TPI.year_invest_amount, @@ -96,10 +94,9 @@ TPI.project_phase, TPI.tag, TPI.competent_department, - TPI.area_code, + TPI.area, TPI.management_centralization, TPI.project_approval_type, - TPI.investment_catalogue, TPI.importance_type, TPI.year, TPI.year_invest_amount, -- Gitblit v1.8.0