|
|
@ -111,7 +111,7 @@ public class IssueProjectTagDictRedis { |
|
|
|
if (!CollectionUtils.isEmpty(_default)) { |
|
|
|
result.put(ModuleConstants.DEFAULT_TAG_CATEGORY_NAME, _default); |
|
|
|
} else { |
|
|
|
log.error("there is no default tag data in database , customerId : {},category:{}", customerId, ifOtherOnly ? null : category); |
|
|
|
log.warn("there is no default tag data in database , customerId : {},category:{}", customerId, ifOtherOnly ? null : category); |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|