From 4611ca4bdc90ed83f533d759bf54ddb8ff70afab Mon Sep 17 00:00:00 2001
From: luohairen <3399054449@qq.com>
Date: 星期四, 28 十一月 2024 01:23:44 +0800
Subject: [PATCH] 进度上报、查看
---
business/src/main/resources/mapper/ProjectProcessMapper.xml | 7 ++-----
1 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/business/src/main/resources/mapper/ProjectProcessMapper.xml b/business/src/main/resources/mapper/ProjectProcessMapper.xml
index 9985dee..1e3cf70 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" />
@@ -41,9 +41,6 @@
<result column="flowable_process_id" property="flowableProcessId" />
<!-- <association property="id" column=""-->
</resultMap>
-
-
-
--
Gitblit v1.8.0