我尝试了多次应用重启,并从 2.0.0 升级到 2.0.3,没有帮助。我总是收到这样的信息:
: def getCustomerName(){64: customerService.name
"Cannot get property 'name' on null object"
相关领域类部分:
class Instance {
def customerService
...
def getCustomerName(){
customerService.name
}
相关服务等级:
class CustomerService {
我正在尝试从可以访问实例对象的视图中访问 getCustomerName 方法。还尝试了其他服务,结果相同。