From 4ee9e6833f738e22390c4e875fe140c2b96cfcc2 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期五, 29 十一月 2024 04:03:37 +0800 Subject: [PATCH] 项目库分页查询 --- business/src/main/resources/mapper/ProjectProcessMapper.xml | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/business/src/main/resources/mapper/ProjectProcessMapper.xml b/business/src/main/resources/mapper/ProjectProcessMapper.xml index 2e19f42..5ce1bb6 100644 --- a/business/src/main/resources/mapper/ProjectProcessMapper.xml +++ b/business/src/main/resources/mapper/ProjectProcessMapper.xml @@ -18,7 +18,6 @@ <result column="area_code" property="areaCode" /> <!-- <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" /> @@ -41,9 +40,6 @@ <result column="flowable_process_id" property="flowableProcessId" /> <!-- <association property="id" column=""--> </resultMap> - - - -- Gitblit v1.8.0