ZengTao
2025-12-08 44b3fa1452e1e52746f5037caa673a8e8d1bfbcf
hangzhoumesParent/moduleService/hollowGlassModule/src/main/java/com/mes/hollow/service/impl/HollowBigStorageCageDetailsServiceImpl.java
@@ -70,8 +70,8 @@
    }
    @Override
    public List<HollowBigStorageCageDetails> queryOutGlassList(String flowCardId, int cell) {
        return baseMapper.queryOutGlassList(flowCardId, cell);
    public List<HollowBigStorageCageDetails> queryOutGlassList(String flowCardId, int cell, List<Integer> layerList) {
        return baseMapper.queryOutGlassList(flowCardId, cell, layerList);
    }
    @Override