From ab7b52a8884bb033e187331a437f3c9e31585a04 Mon Sep 17 00:00:00 2001 From: Junjie <540245094@qq.com> Date: 星期二, 03 十二月 2024 14:19:55 +0800 Subject: [PATCH] # --- zy-asrs-wms/src/main/java/com/zy/asrs/wms/asrs/service/impl/TaskDetlLogServiceImpl.java | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/zy-asrs-wms/src/main/java/com/zy/asrs/wms/asrs/service/impl/TaskDetlLogServiceImpl.java b/zy-asrs-wms/src/main/java/com/zy/asrs/wms/asrs/service/impl/TaskDetlLogServiceImpl.java index 2e6c3c6..b50b0e1 100644 --- a/zy-asrs-wms/src/main/java/com/zy/asrs/wms/asrs/service/impl/TaskDetlLogServiceImpl.java +++ b/zy-asrs-wms/src/main/java/com/zy/asrs/wms/asrs/service/impl/TaskDetlLogServiceImpl.java @@ -2,6 +2,7 @@ import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; import com.zy.asrs.wms.asrs.entity.*; +import com.zy.asrs.wms.asrs.entity.statistics.InformationTop; import com.zy.asrs.wms.asrs.mapper.TaskDetlLogMapper; import com.zy.asrs.wms.asrs.service.TaskDetlFieldLogService; import com.zy.asrs.wms.asrs.service.TaskDetlLogService; @@ -41,4 +42,14 @@ } return list; } + + @Override + public List<InformationTop> getInformationTopIn(Integer top) { + return this.baseMapper.getInformationTopIn(top); + } + + @Override + public List<InformationTop> getInformationTopOut(Integer top) { + return this.baseMapper.getInformationTopOut(top); + } } -- Gitblit v1.9.1