自动化立体仓库 - WMS系统
whycq
2024-07-06 b6a5504ce64f508391a460dc81f8fd288d9f3722
src/main/java/com/zy/asrs/service/impl/LocDetlServiceImpl.java
@@ -95,4 +95,14 @@
    public int getAllWarningCount(LocDetlWarningDTO locDetlWarningDTO) {
        return this.baseMapper.getAllWarningCount(locDetlWarningDTO);
    }
    @Override
    public List<LocDetl> selectByZpallet(String barcode) {
        return this.baseMapper.selectByZpallet(barcode);
    }
    @Override
    public boolean updateZpallet(String sBarcode,String tBarcode,String batch) {
        return baseMapper.updateZpallet(sBarcode,tBarcode,batch)>0;
    }
}