#
luxiaotao1123
2024-02-14 86004761ed1f3cbb0bdc7cbc1cd048c60a33c9a2
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);
    }
}