org.springframework.expression.spel.SpelEvaluationException: EL1007E:(pos 0): Field or property 'orderId' cannot be found on null
orderId
是我订单 Vo 中的财产之一
如何在我的应用程序方法签名中使用 Spring Spring Expression Language (SpEL)
@Cacheable(value = "customerId", key = "#orderVO.orderId" )