mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-12 12:26:51 +08:00
案例萃取,bug
This commit is contained in:
@@ -1259,7 +1259,7 @@ public class CasesServiceImpl implements ICasesService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
LocalDateTime startTime = month.withDayOfMonth(1);
|
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);
|
List<String> caseIdList = casesRankDao.findPopularityOfMajor(pageSize, startTime, endTime,majorId);
|
||||||
QueryBuilder query = QueryBuilder.from(Cases.class);
|
QueryBuilder query = QueryBuilder.from(Cases.class);
|
||||||
|
|||||||
Reference in New Issue
Block a user