From 5a928cf467f15c6ae238cbc818fff992ba713ffa Mon Sep 17 00:00:00 2001 From: zhaokai Date: Wed, 5 Aug 2026 10:11:46 +0800 Subject: [PATCH] =?UTF-8?q?fix(project):=20=E4=BF=AE=E6=AD=A3=E5=85=B3?= =?UTF-8?q?=E9=94=AE=E9=A1=B9=E7=9B=AE=E6=9F=A5=E8=AF=A2=E4=B8=AD=E7=9A=84?= =?UTF-8?q?=E5=85=AC=E5=8F=B8=E4=BF=A1=E6=81=AF=E5=85=B3=E8=81=94=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/KeyProjectMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-infrastructure/src/main/resources/mapper/KeyProjectMapper.xml b/web-infrastructure/src/main/resources/mapper/KeyProjectMapper.xml index b523377..02f8a79 100644 --- a/web-infrastructure/src/main/resources/mapper/KeyProjectMapper.xml +++ b/web-infrastructure/src/main/resources/mapper/KeyProjectMapper.xml @@ -635,7 +635,7 @@ COALESCE(penalty_stat.penaltyAmount, 0) AS penaltyAmount FROM project_approval_flow paf LEFT JOIN project p ON paf.project_id = p.id - LEFT JOIN corp_info cp ON paf.jurisdiction_corpinfo_id = cp.id + LEFT JOIN corp_info cp ON p.corpinfo_id = cp.id LEFT JOIN ( SELECT k.project_id,