From da6b435eeb2dd5ca33f5f38b976cd58f75d8a106 Mon Sep 17 00:00:00 2001 From: Ledo Date: Sat, 5 Jul 2025 08:45:03 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=98=E5=BA=93=E4=B8=8D=E7=94=9F=E6=88=90?= =?UTF-8?q?=E5=8D=95=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/mapper/taskdispatch/TaskDispatchDetailMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mes-module-heli/mes-module-heli-biz/src/main/resources/mapper/taskdispatch/TaskDispatchDetailMapper.xml b/mes-module-heli/mes-module-heli-biz/src/main/resources/mapper/taskdispatch/TaskDispatchDetailMapper.xml index 03252c6..2d72dd1 100644 --- a/mes-module-heli/mes-module-heli-biz/src/main/resources/mapper/taskdispatch/TaskDispatchDetailMapper.xml +++ b/mes-module-heli/mes-module-heli-biz/src/main/resources/mapper/taskdispatch/TaskDispatchDetailMapper.xml @@ -102,7 +102,7 @@ GROUP BY t.id - select t.dispatch_detail_id as detailId,count(t.id) as amount from pro_task_report t where t.dispatch_detail_id in #{id}