Merge branch 'refs/heads/zcwy0813-yang' into dev0525

This commit is contained in:
yang
2024-09-10 09:51:10 +08:00

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;
}
}