mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-10 11:26:50 +08:00
案例萃取,bug修复
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user