From 2007d5585afc038149b35b40dbbe87184759c9ba Mon Sep 17 00:00:00 2001 From: tianxinlei Date: Fri, 15 May 2026 18:03:52 +0800 Subject: [PATCH] =?UTF-8?q?5-15=20-=20=E4=BF=AE=E6=94=B9=E7=9B=B8=E5=85=B3?= =?UTF-8?q?=E6=96=B9=20=E9=87=8D=E7=82=B9=E4=BD=9C=E4=B8=9A=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1=20=E5=BC=80=E5=B7=A5=E6=95=B0?= 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 fa470ca..fd2df16 100644 --- a/web-infrastructure/src/main/resources/mapper/KeyProjectMapper.xml +++ b/web-infrastructure/src/main/resources/mapper/KeyProjectMapper.xml @@ -260,7 +260,7 @@ select kp.id, kp.jurisdiction_corpinfo_id as jurisdictionCorpinfoId, COUNT(distinct kp.id) AS totalProjectCount, - COUNT(DISTINCT CASE WHEN kp.apply_status = 4 THEN kp.id END) AS startCount, + COUNT(DISTINCT CASE WHEN kp.apply_status IN (2,3,4,5) THEN kp.id END) AS startCount, COUNT(DISTINCT CASE WHEN kp.apply_status = 6 THEN kp.id END) AS completeCount, COUNT(DISTINCT CASE WHEN kpc.camera_type = 1 THEN kpc.camera_id END) AS fixedCameraCount, COUNT(DISTINCT CASE WHEN kpc.camera_type = 2 THEN kpc.camera_id END) AS mobileCameraCount,