#
Junjie
2025-02-14 ac4341ea6b66ae02427d39d35f41d42d78b2eb2e
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);
    }
}