案例萃取,bug

This commit is contained in:
yang
2024-09-11 16:40:34 +08:00
parent 0b4cd71cd1
commit 8bdd69ca60

View File

@@ -1259,7 +1259,7 @@ public class CasesServiceImpl implements ICasesService {
}
LocalDateTime startTime = month.withDayOfMonth(1);
LocalDateTime endTime = month.plusMonths(1).withDayOfMonth(1).minusDays(1);
LocalDateTime endTime = month.plusMonths(1).withDayOfMonth(1).withMinute(0);
List<String> caseIdList = casesRankDao.findPopularityOfMajor(pageSize, startTime, endTime,majorId);
QueryBuilder query = QueryBuilder.from(Cases.class);