|  | @ -61,6 +61,9 @@ public class OnlineContactService extends BaseJpaService<BasePatientDO, BasePati
 | 
	
		
			
				|  |  |                 list.add(helperObj);
 | 
	
		
			
				|  |  |                 obj.put("helperObj",list);///助老员
 | 
	
		
			
				|  |  |             }
 | 
	
		
			
				|  |  |         } else {
 | 
	
		
			
				|  |  |             List list = new ArrayList();
 | 
	
		
			
				|  |  |             obj.put("helperObj",list);///助老员
 | 
	
		
			
				|  |  |         }
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  |         if (jsList.size() > 0){
 | 
	
	
		
			
				|  | @ -94,6 +97,9 @@ public class OnlineContactService extends BaseJpaService<BasePatientDO, BasePati
 | 
	
		
			
				|  |  |                 list.add(familyObj);
 | 
	
		
			
				|  |  |                 obj.put("familyObj",list);
 | 
	
		
			
				|  |  |             }
 | 
	
		
			
				|  |  |         }else {
 | 
	
		
			
				|  |  |             List list = new ArrayList();
 | 
	
		
			
				|  |  |             obj.put("familyObj",list);
 | 
	
		
			
				|  |  |         }
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  |         if (fwzList.size() > 0){
 | 
	
	
		
			
				|  | @ -108,6 +114,9 @@ public class OnlineContactService extends BaseJpaService<BasePatientDO, BasePati
 | 
	
		
			
				|  |  |                 list.add(serStationObj);
 | 
	
		
			
				|  |  |                 obj.put("serStationObj",list);
 | 
	
		
			
				|  |  |             }
 | 
	
		
			
				|  |  |         }else {
 | 
	
		
			
				|  |  |             List list = new ArrayList();
 | 
	
		
			
				|  |  |             obj.put("serStationObj",list);
 | 
	
		
			
				|  |  |         }
 | 
	
		
			
				|  |  |         return obj;
 | 
	
		
			
				|  |  |     }
 |