fanli/src/main/java/com/yeshi/fanli/service/impl/integral/IntegralTaskRecordServiceImpl.java
@@ -303,9 +303,9 @@ } @Override public Integer countGetCountByTaskIdAndDay(Long taskId, Long uid, Date day) { public int countGetCountByTaskIdAndDay(Long taskId, Long uid, Date day) { if (day == null) return null; return 0; Date minTime = new Date( TimeUtil.convertToTimeTemp(TimeUtil.getGernalTime(day.getTime(), "yyyy-MM-dd"), "yyyy-MM-dd")); Date maxTime = new Date(minTime.getTime() + 1000 * 60 * 60 * 24L);