From 1d3e23787a7c7c959925361ebba0671e3f36c53a Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期六, 30 十一月 2024 08:20:32 +0800 Subject: [PATCH] 配置文件调整 --- business/src/main/resources/mapper/ProjectInvestmentInfoMapper.xml | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/business/src/main/resources/mapper/ProjectInvestmentInfoMapper.xml b/business/src/main/resources/mapper/ProjectInvestmentInfoMapper.xml index 826486c..e9270c7 100644 --- a/business/src/main/resources/mapper/ProjectInvestmentInfoMapper.xml +++ b/business/src/main/resources/mapper/ProjectInvestmentInfoMapper.xml @@ -26,11 +26,6 @@ </resultMap> - - - - - <select id="getById" resultMap="BaseResultMap"> SELECT TPII.project_id, -- Gitblit v1.8.0