|
|
|
@ -622,6 +622,7 @@ public class IssueVoteStatisticalServiceImpl extends BaseServiceImpl<IssueVoteSt |
|
|
|
toUpd.setOppositionCount(vote.getOppositionAmount()); |
|
|
|
toUpd.setSupportCount(vote.getSupportAmount()); |
|
|
|
toUpd.setVotableCount(vote.getShouldVoteCount()); |
|
|
|
toUpd.setIssueId(issueEntity.getId()); |
|
|
|
if ("resi_topic".equals(issueEntity.getSourceType())) { |
|
|
|
CommonGridIdFormDTO gridParam = new CommonGridIdFormDTO(); |
|
|
|
gridParam.setGridId(issueEntity.getGridId()); |
|
|
|
|