From 2f3d3fb97bd4ebdc00c40a2774465c8b3487b6d1 Mon Sep 17 00:00:00 2001 From: mitao <2763622819@qq.com> Date: 星期三, 02 四月 2025 17:14:27 +0800 Subject: [PATCH] bug修改 --- medicalWaste-system/src/main/java/com/sinata/system/service/impl/MwCheckoutRecordServiceImpl.java | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/medicalWaste-system/src/main/java/com/sinata/system/service/impl/MwCheckoutRecordServiceImpl.java b/medicalWaste-system/src/main/java/com/sinata/system/service/impl/MwCheckoutRecordServiceImpl.java index 4ab84e4..143f6cf 100644 --- a/medicalWaste-system/src/main/java/com/sinata/system/service/impl/MwCheckoutRecordServiceImpl.java +++ b/medicalWaste-system/src/main/java/com/sinata/system/service/impl/MwCheckoutRecordServiceImpl.java @@ -105,6 +105,10 @@ return this.baseMapper.totalUp2(date,departmentId); } @Override + public List<CollectTotalUpDto> totalUp22(LocalDate date,Long departmentId) { + return this.baseMapper.totalUp22(date,departmentId); + } + @Override public List<CollectTotalUpDto> totalUp5( Long departmentId) { return this.baseMapper.totalUp5(departmentId); } -- Gitblit v1.7.1