| 
					
				 | 
			
			
				@@ -119,8 +119,8 @@ public class BswServerImpl implements BswServer { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     @Resource 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     private ZdChequeTypeService zdChequeTypeService; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    @Value("${wxPayOrderServiceUrl}") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    private String wxPayOrderServiceUrl; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    @Value("${zyServiceUrl}") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    private String zyServiceUrl; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     static { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         ghMap.put("reqFee", "BILL01_挂号费"); 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -1195,11 +1195,11 @@ public class BswServerImpl implements BswServer { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         paramMap.put("times", param.getTimes()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         paramMap.put("ledgerSn", param.getReceiptNo()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         paramMap.put("needChargeDate", true); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        log.info("requestZyChargeList-->入参url:{}", wxPayOrderServiceUrl + "/chargeList/selectChargeList"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        log.info("requestZyChargeList-->入参url:{}", zyServiceUrl + "/chargeList/selectChargeList"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         log.info("requestZyChargeList-->入参:{}", paramMap); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         try { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             String res = HttpRequest 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                    .post(wxPayOrderServiceUrl + "/chargeList/selectChargeList") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    .post(zyServiceUrl + "/chargeList/selectChargeList") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     .body(JsonUtil.object2Json(paramMap)) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     .timeout(8000) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     .execute() 
			 |