我正在尝试做这样的事情,但它不起作用:
Stuff.createCriteria().list(max: max, offset: offset) {
and {
eq("status", "READY")
}
'owner' {
'team' {
eq('name', 'apple team')
}
}
}
}
基本上,我正在尝试查找所有者的团队名称为apple team