app/src/main/java/com/yeshi/makemoney/app/dao/goldcorn/GoldCornConsumeRecordDao.java
@@ -77,6 +77,11 @@ if (daoQuery.type != null) { andList.add(Criteria.where("type").is(daoQuery.type)); } if (daoQuery.eventId != null) { andList.add(Criteria.where("eventId").is(daoQuery.eventId)); } if (daoQuery.maxCreateTime != null) { andList.add(Criteria.where("createTime").lt(daoQuery.maxCreateTime)); }