|
@ -104,14 +104,16 @@ public class IssueProjectTagDictRedis { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
log.warn("fetch customer govern tag cache blankly , customerId:{} , now begin compensation...",customerId); |
|
|
log.warn("fetch customer govern tag cache blankly , customerId:{} , now begin compensation...",customerId); |
|
|
//TODO 补偿机制
|
|
|
|
|
|
|
|
|
|
|
|
log.warn("compensation completed !!"); |
|
|
List<IssueCategoryTagResultDTO> compensate = compensate(customerId, category); |
|
|
return null; |
|
|
|
|
|
|
|
|
if(CollectionUtils.isEmpty(compensate)) {log.error("compensation failure or there is no default tag data in database !!"); return null;} |
|
|
|
|
|
else{log.warn("compensation completed !!"); return compensate;} |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
public List<IssueCategoryTagResultDTO> compensate(String customerId,List<String> category){ |
|
|
public List<IssueCategoryTagResultDTO> compensate(String customerId,List<String> category){ |
|
|
|
|
|
//TODO 补偿机制
|
|
|
return null; |
|
|
return null; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|