|  |  | @ -178,7 +178,8 @@ public class IcServiceRecordV2ServiceImpl extends BaseServiceImpl<IcServiceRecor | 
			
		
	
		
			
				
					|  |  |  |         sms.setMobile(serverInfoDTO.getMobile()); | 
			
		
	
		
			
				
					|  |  |  |         sms.setAliyunTemplateCode(SmsTemplateConstant.IC_SERVICE_TEM); | 
			
		
	
		
			
				
					|  |  |  |         Map<String, String> paramMap = new HashMap<>(); | 
			
		
	
		
			
				
					|  |  |  |         paramMap.put("name",staffInfoCacheResult.getAgencyName()); | 
			
		
	
		
			
				
					|  |  |  |         //${nane}发起一个${serviceName}服务,请服务完成后尽快反馈,谢谢合作。
 | 
			
		
	
		
			
				
					|  |  |  |         paramMap.put("nane",staffInfoCacheResult.getAgencyName()); | 
			
		
	
		
			
				
					|  |  |  |         paramMap.put("serviceName",serviceName); | 
			
		
	
		
			
				
					|  |  |  |         sms.setParamMap(paramMap); | 
			
		
	
		
			
				
					|  |  |  |         smsList.add(sms); | 
			
		
	
	
		
			
				
					|  |  | 
 |