我们可以在投影中使用2 groupProperty,如下所示。 grauser是一个对象引用字段。是下面的查询吗?
OnemonthList=TxnJan.createCriteria().list {
eq('graresource',resourceInstance)
between('currentdate', fromDate, toDate)
projections {
grauser {
countDistinct('id')
}
groupProperty('currentdate')
groupProperty('eventdesc')
order('currentdate', "asc")
}
}