From f43f806e4693c969a98e9421bedaab5d5beb6408 Mon Sep 17 00:00:00 2001 From: zhangqinbin <181961702@qq.com> Date: Tue, 26 Dec 2023 14:57:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E8=A7=86=E9=A2=91=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0=E6=89=80=E9=9C=80=E8=A6=81=E7=9A=84=E8=AF=84=E5=AE=A1?= =?UTF-8?q?=E5=AE=A4=E3=80=81=E6=A0=87=E6=AE=B5=E3=80=81=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../project/projectsection/dao/mapper/ProjectSectionMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/chinaunicom/mall/ebtp/project/projectsection/dao/mapper/ProjectSectionMapper.xml b/src/main/java/com/chinaunicom/mall/ebtp/project/projectsection/dao/mapper/ProjectSectionMapper.xml index 460931f..1be947b 100644 --- a/src/main/java/com/chinaunicom/mall/ebtp/project/projectsection/dao/mapper/ProjectSectionMapper.xml +++ b/src/main/java/com/chinaunicom/mall/ebtp/project/projectsection/dao/mapper/ProjectSectionMapper.xml @@ -217,7 +217,7 @@ tp.id as project_id, tp.province as province_code, p.provinces_remark as province_name, - tp.project_name as project, + tp.project_name as project_name, tp.ebp_parent_project_number as project_num, bs.bid_sect_name as section_name, a.real_open_time as real_start_date,