Junjie
2024-05-31 7c41b4d33afc5a53cbaf629cbc08b8a243ade50c
zy-asrs-common/src/main/java/com/zy/asrs/common/wms/service/impl/LocDetlServiceImpl.java
@@ -68,4 +68,9 @@
    public List<ReportStockDto> getReportStockDto(Long hostId) {
        return this.baseMapper.getReportStockDto(hostId);
    }
    @Override
    public List<String> getSameDetl(String matnr, String batch, Long hostId) {
        return this.baseMapper.selectSameDetl(matnr, batch, hostId);
    }
}