| 
					
				 | 
			
			
				@@ -187,6 +187,7 @@ public class NationalMatchService { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         data.put("page_size", 100); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         input.getJSONObject("input").put("data", data); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         JSONObject result = exec.executeTrade(input, SiFunction.DOWNLOAD_MEDICAL_INSURANCE_PAY_FIRST_CATALOGUE); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        log.info("查询自付比例:\n参数:{}\n结果:{}", input, result); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         if (null == result || null == result.getInteger("infcode")) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             return null; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 |