| 
															
																@@ -184,13 +184,14 @@ public class BusinessPersonnelDynamicsServiceImpl implements IBusinessPersonnelD 
															 | 
														
													
												
													
														
															| 
															 | 
															
																         List<String> personOutInfoPlatformListToday = platformPersonTimeInfoMapper.getPersonOutInfoPlatformListToday(); 
															 | 
															
															 | 
															
																         List<String> personOutInfoPlatformListToday = platformPersonTimeInfoMapper.getPersonOutInfoPlatformListToday(); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																         Map<String, Integer> personOutInfoMap = new HashMap<>(); 
															 | 
															
															 | 
															
																         Map<String, Integer> personOutInfoMap = new HashMap<>(); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																         for (String code : personOutInfoPlatformListToday) { 
															 | 
															
															 | 
															
																         for (String code : personOutInfoPlatformListToday) { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																-            personOutInfoMap.put(code, personOutInfoMap.getOrDefault(code, 0)); 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+            personOutInfoMap.put(code, personOutInfoMap.getOrDefault(code, 0)+1); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																         } 
															 | 
															
															 | 
															
																         } 
															 | 
														
													
												
													
														
															| 
															 | 
															
																         for (PersonPlatformRankVO record : personPlatformRankPage.getRecords()) { 
															 | 
															
															 | 
															
																         for (PersonPlatformRankVO record : personPlatformRankPage.getRecords()) { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																             record.setLoginNumber(personInInfoMap.getOrDefault(record.getPlatformCode(), 0)); 
															 | 
															
															 | 
															
																             record.setLoginNumber(personInInfoMap.getOrDefault(record.getPlatformCode(), 0)); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																             record.setLogoutNumber(personOutInfoMap.getOrDefault(record.getPlatformCode(), 0)); 
															 | 
															
															 | 
															
																             record.setLogoutNumber(personOutInfoMap.getOrDefault(record.getPlatformCode(), 0)); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																         } 
															 | 
															
															 | 
															
																         } 
															 | 
														
													
												
													
														
															| 
															 | 
															
																  
															 | 
															
															 | 
															
																  
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+ 
															 | 
														
													
												
													
														
															| 
															 | 
															
																         return MessageInfo.ok(personPlatformRankPage); 
															 | 
															
															 | 
															
																         return MessageInfo.ok(personPlatformRankPage); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																     } 
															 | 
															
															 | 
															
																     } 
															 | 
														
													
												
													
														
															| 
															 | 
															
																  
															 | 
															
															 | 
															
																  
															 |