|
|
@ -165,6 +165,7 @@ public class UserAnalysisServiceImpl extends BaseServiceImpl<UserAnalysisDao, Us |
|
|
|
for (UserDataRankResultDTO unAuthCount : unAuthorizedCountList) { |
|
|
|
if (rankResult.getStreetId().equals(unAuthCount.getStreetId())) { |
|
|
|
rankResult.setUnAuthorizedCount(unAuthCount.getUnAuthorizedCount()); |
|
|
|
rankResult.setUserCount(rankResult.getUnAuthorizedCount() + rankResult.getPartyMemberCount() + rankResult.getResidentCount()); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|