heheng
2025-12-03 430477c7e0777531f22fc18dc8906ea75cdc21d9
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);
    }
}