From 6a8661da63a99cff1a8e78fffcddb35471aef4ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=A6=E9=B8=BF=E5=B1=95?= <18031053041@163.com> Date: Wed, 9 Sep 2026 13:59:55 +0800 Subject: [PATCH] =?UTF-8?q?BI=E6=A8=A1=E5=9D=97=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../repository/mapper/BiPlatformRealDataMapper.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mhd-bi/src/main/java/com/mhd/bi/domain/biPlatformRealData/repository/mapper/BiPlatformRealDataMapper.java b/mhd-bi/src/main/java/com/mhd/bi/domain/biPlatformRealData/repository/mapper/BiPlatformRealDataMapper.java index d665e4726..b99f69b53 100644 --- a/mhd-bi/src/main/java/com/mhd/bi/domain/biPlatformRealData/repository/mapper/BiPlatformRealDataMapper.java +++ b/mhd-bi/src/main/java/com/mhd/bi/domain/biPlatformRealData/repository/mapper/BiPlatformRealDataMapper.java @@ -35,6 +35,9 @@ public interface BiPlatformRealDataMapper { /** 本月任务量 */ Long countMonthTasks(); + /** 本月任务平均时长 / 完成率统计 */ + RealMonthlyTaskDurationPO queryMonthTaskStats(); + /** 任务负荷(今日 24 小时) */ List queryTaskLoadToday();