From 4b482dad8794b86d7ad2e345b20b1fc77d1ce9ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E7=82=AE?= <15856818120@163.com> Date: Tue, 27 Jan 2026 08:51:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=BA=E5=91=98=E5=AE=89=E6=8E=92=E5=AF=BC?= =?UTF-8?q?=E5=87=BA=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bonus-business/src/main/resources/mapper/SettlementMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bonus-business/src/main/resources/mapper/SettlementMapper.xml b/bonus-business/src/main/resources/mapper/SettlementMapper.xml index c40f071..ac5a7ea 100644 --- a/bonus-business/src/main/resources/mapper/SettlementMapper.xml +++ b/bonus-business/src/main/resources/mapper/SettlementMapper.xml @@ -183,7 +183,7 @@ select sum(actual_proficient_personnel) as actualProficientPersonnel, sum(actual_assistance_personnel) as actualAssistancePersonnel, sum(actual_sub_car) as actualSubCar - from tb_day_plan where monthly_plan_id = #{monthlyPlanId} + from tb_day_plan where monthly_plan_id = #{monthlyPlanId} and is_active = '1' group by monthly_plan_id