案例萃取,bug修复

This commit is contained in:
yang
2024-09-10 09:50:17 +08:00
parent 67d34224e3
commit 8db557a8f6

View File

@@ -1209,7 +1209,8 @@ public class CasesServiceImpl implements ICasesService {
// 获取缓存key
for (CasesRankEnum enumValue : CasesRankEnum.values()) {
if (rankType == enumValue.getType()) {
cacheKey = enumValue.getCacheKey();
// 格式如case:rank:praise:all3
cacheKey = enumValue.getCacheKey()+pageSize;
}
}