标签: java groovyshell
问题,我喜欢使用java collect()方法在同一天搜索数据库集合中的集合。
例如,这不会在下面工作,因为我相信时间是因素,那么还有另一种方法来比较只使用collect方法的日期吗?
Invoice invoice= new Invoice(); List<Receipt> receipts= invoice.collect("receipts[createdDate==#p1]", new Date())