liding
3 天以前 c0cf736ff001bbaec59b7da6239f4670464952fd
main-business/src/main/java/com/ruoyi/business/service/impl/OfficialInventoryServiceImpl.java
@@ -125,6 +125,11 @@
                .collect(Collectors.toList());
    }
    @Override
    public List<OfficialInventory> selectOfficialAll() {
        return officialInventoryMapper.selectList(null);
    }
    @Transactional
    @Override
    public int mergeAll(OfficialInventoryDto officialInventoryDto) {