|
@ -563,7 +563,7 @@ public class IssueVoteStatisticalServiceImpl extends BaseServiceImpl<IssueVoteSt |
|
|
|
|
|
|
|
|
list.add(vote); |
|
|
list.add(vote); |
|
|
|
|
|
|
|
|
if(cache.getShouldVoteCount() != vote.getVotableCount()){ |
|
|
if(!cache.getShouldVoteCount().equals(vote.getVotableCount())){ |
|
|
cache.setShouldVoteCount(vote.getVotableCount()); |
|
|
cache.setShouldVoteCount(vote.getVotableCount()); |
|
|
cache.setIssueId(issue.getId()); |
|
|
cache.setIssueId(issue.getId()); |
|
|
issueVoteDetailRedis.set(cache); |
|
|
issueVoteDetailRedis.set(cache); |
|
|