#
luxiaotao1123
2024-03-08 a554a78015cb8bd0b9f1e65a4ac478b42f73f5f9
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);
    }
}