heheng
8 天以前 7f89db04cc75a842352087099ee6a7431b7357e0
multi-system/src/main/java/com/gkhy/exam/system/service/impl/CustomerInventoryServiceImpl.java
@@ -79,4 +79,10 @@
        return CommonResult.failed();
    }
    @Override
    public CommonResult selectCustomerInventoryListAll(CustomerInventory customerInventory) {
        List<CustomerInventory> customerInventories = customerInventoryMapper.selectInventoryList(customerInventory);
        return CommonResult.success(customerInventories);
    }
}