|
@ -110,7 +110,9 @@ public class IssueProjectTagDictRedis { |
|
|
List<IssueCategoryTagResultDTO> _default = poolDao.selectDefault(customerId,ifOtherOnly ? null : category); |
|
|
List<IssueCategoryTagResultDTO> _default = poolDao.selectDefault(customerId,ifOtherOnly ? null : category); |
|
|
if (!CollectionUtils.isEmpty(_default)) { |
|
|
if (!CollectionUtils.isEmpty(_default)) { |
|
|
result.put(ModuleConstants.DEFAULT_TAG_CATEGORY_NAME, _default); |
|
|
result.put(ModuleConstants.DEFAULT_TAG_CATEGORY_NAME, _default); |
|
|
}else log.error("there is no default tag data in database , customerId : {}",customerId); |
|
|
} else { |
|
|
|
|
|
log.error("there is no default tag data in database , customerId : {},category:{}", customerId, ifOtherOnly ? null : category); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//如果keys集合为空,说明缓存中没有当前客户的标签排行信息,直接进行补偿
|
|
|
//如果keys集合为空,说明缓存中没有当前客户的标签排行信息,直接进行补偿
|
|
|