From ec24bac9aa1fcd095c5767705fa0a4303aaf2f42 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期三, 27 十一月 2024 19:25:27 +0800
Subject: [PATCH] 项目新增暂提

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

diff --git a/business/src/main/resources/mapper/ProjectProcessMapper.xml b/business/src/main/resources/mapper/ProjectProcessMapper.xml
index 9985dee..2e19f42 100644
--- a/business/src/main/resources/mapper/ProjectProcessMapper.xml
+++ b/business/src/main/resources/mapper/ProjectProcessMapper.xml
@@ -14,9 +14,9 @@
         <result column="invest_type" property="investType" />
         <result column="project_phase" property="projectPhase" />
         <result column="tag" property="tag" />
-        <result column="competent_department" property="competentDepartment" />
+<!--        <result column="competent_department" property="competentDepartment" />-->
         <result column="area_code" property="areaCode" />
-        <result column="management_centralization" property="managementCentralization" />
+<!--        <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" />

--
Gitblit v1.8.0