#
luxiaotao1123
2024-03-15 f496d63b038c4f6ac9476ae8ff0d0ec679ce5473
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);
    }
}