chenhj
3 天以前 8097a2a4383a3785e11990170d61c59ae6b48888
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) {
@@ -211,4 +216,5 @@
            }
        }
    }
}