| 
					
				 | 
			
			
				@ -1,5 +1,6 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				package com.yihu.wlyy.service.call; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				import com.alibaba.fastjson.JSONArray; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				import com.yihu.wlyy.entity.call.CallRecord; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				import com.yihu.wlyy.entity.call.CallService; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				import com.yihu.wlyy.entity.message.Message; 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@ -115,12 +116,13 @@ public class CustomerService extends BaseService{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
						CallService callService = callServiceDao.findByCode(code); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
						CallRecord callRecord = callRecordDao.findByCode(callService.getCallCode()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
						Map<String,Object> rs = new HashedMap(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
						String id = callRecord.getIdcard(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
						if(StringUtils.isNotBlank(id)){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
							String idCard = id.substring(0,id.length()-10)+"*******"+id.substring(id.length()-2,id.length()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
							callRecord.setIdcard(idCard); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
							callService.setIdcard(idCard); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
						} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
						String id = callService.getIdcard(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
						String idCard = id.substring(0,id.length()-10)+"*******"+id.substring(id.length()-2,id.length()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
						callRecord.setIdcard(idCard); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
						callService.setIdcard(idCard); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
						rs.put("callService",callService); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
						rs.put("callRecord",callRecord); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
						return rs; 
			 |